Browse Source

Fix for grid spacing

development
Godwin 10 years ago
parent
commit
41165891b5
  1. 13
      app/assets/stylesheets/sass/_base.scss

13
app/assets/stylesheets/sass/_base.scss

@ -169,14 +169,23 @@ ul.tags,
font-size: 1em; font-size: 1em;
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
color: $white; color: $white;
width: 100%; //width: 100%;
z-index: 1; z-index: 1;
left: 0;//.6667em;
right: 0;//.6667em;
}
h5 {
left: 0.6667em;
right: 0.6667em;
} }
figure { figure {
position: absolute; position: absolute;
width: 100%; //width: 100%;
height: 100%; height: 100%;
left: 0.6667em;
right: 0.6667em;
margin: 0; margin: 0;
bottom: 0; bottom: 0;
text-align: center; text-align: center;

Loading…
Cancel
Save