fix footer element spacing issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user