Write my full name as title
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-06-08 16:01:25 +02:00
commit 6b7b44f48d
3 changed files with 28 additions and 1 deletions

View file

@ -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;