Home: make big circle more responsive

This commit is contained in:
Akemi Izuko 2024-01-01 19:03:42 -07:00
parent bbf850d5c7
commit 286ddbb0dc
Signed by: akemi
GPG key ID: 8DE0764E1809E9FC

View file

@ -159,6 +159,12 @@ main .footer {
top: -60%;
left: 60%;
}
@media (max-width: 1350px) and (min-width: 901px) {
#big-circle-wrapper {
width: calc(100% - 56%);
left: 56%;
}
}
#pfp {
width: 600px;
/* Grid styles */