From 41165891b55d517fdcd49e1d07bcbb89e530f598 Mon Sep 17 00:00:00 2001 From: Godwin Date: Sun, 6 Jul 2014 21:56:52 -0600 Subject: [PATCH] Fix for grid spacing --- app/assets/stylesheets/sass/_base.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sass/_base.scss b/app/assets/stylesheets/sass/_base.scss index b9421ec..c59f4f7 100644 --- a/app/assets/stylesheets/sass/_base.scss +++ b/app/assets/stylesheets/sass/_base.scss @@ -169,14 +169,23 @@ ul.tags, font-size: 1em; padding: 0.25em 0.5em; color: $white; - width: 100%; + //width: 100%; z-index: 1; + left: 0;//.6667em; + right: 0;//.6667em; + } + + h5 { + left: 0.6667em; + right: 0.6667em; } figure { position: absolute; - width: 100%; + //width: 100%; height: 100%; + left: 0.6667em; + right: 0.6667em; margin: 0; bottom: 0; text-align: center;