diff --git a/src/styles.css b/src/styles.css index 65d8f43..6cb07bc 100644 --- a/src/styles.css +++ b/src/styles.css @@ -15,7 +15,7 @@ body { margin: 0 auto; width: 50%; } -@media (max-width: 980px) { +@media (max-width: 1100px) { body { margin: 0 auto; width: 100%; @@ -134,6 +134,11 @@ footer p { position: relative; width: 80px; } +@media (max-width: 550px) { + #thumb-container { + display: none; + } +} #links { float: left; @@ -152,5 +157,5 @@ footer p { height: 80px; line-height: 80px; text-align: left; - overflow: hidden; + overflow: auto; }