Write my full name as title
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
968e6a1389
commit
6b7b44f48d
3 changed files with 28 additions and 1 deletions
|
|
@ -145,6 +145,22 @@ footer .copyright {
|
|||
min-width: 149px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 330px) {
|
||||
.thumbApp {
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 850px) {
|
||||
.avatar-container {
|
||||
left: 26% !important;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.avatar-container {
|
||||
left: 70% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.thumbApp p {
|
||||
background-color: rgba(0,0,0,0.7);
|
||||
border-bottom: solid 4px #00a185;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue