okay fine, i'll bother to actually make the header responsive

This commit is contained in:
Quad 2024-10-15 23:45:15 +02:00
parent e6cb4d839b
commit 4c1519663a
1 changed files with 19 additions and 2 deletions

View File

@ -71,7 +71,7 @@ h1::before {
}
.avi {
max-height: 172px;
max-height: 196px;
border-radius: 100px;
box-shadow: 4px 4px 10px rgb(120, 50, 130, 0.5);
display: inline-block;
@ -100,7 +100,7 @@ h1::before {
display: inline-block;
vertical-align: middle;
margin-left: 25px;
font-size: 28pt;
font-size: 32pt;
font-weight: 300;
}
@ -112,3 +112,20 @@ h1::before {
text-align: right;
vertical-align: top;
}
@media only screen and (max-device-width: 720px) {
.avi {
max-height: 128px;
}
.profile p {
margin-left: 15px;
font-size: 24pt;
}
.akko img {
max-height: 32px;
}
}