lms/mktg - revises paragraph in colophon portion of footer to match footer's flex-grid value

This commit is contained in:
Brian Talbot
2013-05-28 13:36:47 -04:00
parent 8d7b46b51b
commit ef6c365ca0

View File

@@ -71,7 +71,7 @@
p {
float: left;
width: flex-grid(9,12);
width: flex-grid(6,8);
margin-left: $baseline;
padding-left: $baseline;
font-size: em(13);
@@ -154,9 +154,5 @@
.colophon-about img {
margin-top: ($baseline*1.5);
}
.colophon-about p {
width: 360px;
}
}
}