diff --git a/styles/main.scss b/styles/main.scss index c7cd2828..bd37ddbc 100644 --- a/styles/main.scss +++ b/styles/main.scss @@ -267,7 +267,7 @@ pre { .sponsors-member { img { - height: 100px; + height: 120px; margin: 25px; } } @@ -696,3 +696,15 @@ main .date { width: 200px; } } + +@media (max-width: 600px) { + pre { + width: 200px; + } + .sponsors-member { + img { + width: 90%; + height: auto !important; + } + } +}