From 42576bcac0c6d1fad617ac5ec05db4fb5bf5be10 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 31 Mar 2015 16:12:16 -0700 Subject: [PATCH] Style adjustments to homepage demo --- sass/_project-sass/_project-Main.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 0bc43871..a8890fd7 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1094,7 +1094,7 @@ a.tag:hover { font-size: .9em; } .row { - margin: 5em 10%; + margin: 5.5em 10%; padding: 0; @media (max-device-width:480px), screen and (max-width:800px){ @@ -1117,6 +1117,7 @@ a.tag:hover { @media (max-device-width:480px), screen and (max-width:800px){ width: 100%; + padding-right: 0px; } } .screenshot { @@ -1142,11 +1143,12 @@ a.tag:hover { &.right { .col { padding-right: 0; + padding-left: 30px; &:first-child { float: right; } - &.text { - padding-right: 30px; + @media (max-device-width:480px), screen and (max-width:800px){ + padding-left: 0px; } } }