diff --git a/assets/style.css b/assets/style.css index 4a3430e..7ad5cd4 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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; + } +} +