Commit Diff
--- style.css +++ style.css @@ -247,8 +247,8 @@ h2 { font-size: 1.25rem; } } .logo-container img { - width: 75%; - height: 75%; + max-height: 100%; + max-width: 100%; } @media (prefers-color-scheme: dark) {
--- style.css +++ style.css @@ -247,8 +247,8 @@ h2 { font-size: 1.25rem; } } .logo-container img { - width: 75%; - height: 75%; + max-height: 100%; + max-width: 100%; } @media (prefers-color-scheme: dark) {