From 8abd3298af8bde7f1ebd13e4ee4ce7d336752b0c Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Thu, 9 Oct 2014 16:50:35 -0700 Subject: [PATCH] Sigh, just a few more small screen fixes; will continue with the plan charts later --- sass/_project-sass/_project-Base.scss | 2 +- sass/_project-sass/_project-Website-Gallery.scss | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sass/_project-sass/_project-Base.scss b/sass/_project-sass/_project-Base.scss index 29481465..056a7329 100644 --- a/sass/_project-sass/_project-Base.scss +++ b/sass/_project-sass/_project-Base.scss @@ -47,7 +47,7 @@ a{ } } -.col-50{ +.header-Outro .col-50{ @media (max-device-width:480px), screen and (max-width:800px){ float:none; padding:0; diff --git a/sass/_project-sass/_project-Website-Gallery.scss b/sass/_project-sass/_project-Website-Gallery.scss index c80feee2..4bbddb74 100644 --- a/sass/_project-sass/_project-Website-Gallery.scss +++ b/sass/_project-sass/_project-Website-Gallery.scss @@ -69,11 +69,17 @@ margin-bottom: 0; margin-left: 5.25%; - li { width: 14.5%; margin-right: 1.5%; margin-bottom: 0; + + @media (max-device-width:480px), screen and (max-width:800px){ + width:45%; + margin-bottom: 8px; + margin-right: 0; + margin-left: 1.5%; + } } li:last-child { margin-right: 0;