Commit 8d7b46b5 by Giulio Gratta

fix footer element spacing issues

parent 256a3677
......@@ -33,8 +33,8 @@
// colophon
.colophon {
margin-right: flex-gutter(2);
width: flex-grid(6,12);
//margin-right: flex-gutter(2);
width: flex-grid(8,12);
float: left;
.nav-colophon {
......@@ -71,7 +71,7 @@
p {
float: left;
width: 460px;
width: flex-grid(9,12);
margin-left: $baseline;
padding-left: $baseline;
font-size: em(13);
......@@ -91,7 +91,7 @@
text-align: right;
li {
margin-right: ($baseline/10);
//margin-right: ($baseline/10);
display: inline-block;
&:last-child {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment