dat breathing room tho (expand site width slightly more)

This commit is contained in:
Joel Glovier 2014-02-20 20:34:09 -05:00
parent 6bc4776199
commit bdd35789db
1 changed files with 24 additions and 4 deletions

View File

@ -29,7 +29,7 @@ a:visited { color: #205caa; }
.wrap:after { content:""; display:table; }
.wrap:after { clear: both; }
.wrap {
max-width: 750px;
max-width: 800px;
padding: 0 30px;
margin: 0 auto;
zoom: 1;
@ -90,9 +90,29 @@ a:visited { color: #205caa; }
.site-footer .column { float: left; margin-bottom: 15px; }
.footer-col-1 { width: 250px; margin-right: 10px }
.footer-col-2 { width: 215px; margin-right: 10px }
.footer-col-3 { width: 265px; }
.footer-col-1 {
width: 270px; /*fallback*/
width: -webkit-calc(35% - 10px);
width: -moz-calc(35% - 10px);
width: -o-calc(35% - 10px);
width: calc(35% - 10px);
margin-right: 10px
}
.footer-col-2 {
width: 175px; /*fallback*/
width: -webkit-calc(23.125% - 10px);
width: -moz-calc(23.125% - 10px);
width: -o-calc(23.125% - 10px);
width: calc(23.125% - 10px);
margin-right: 10px
}
.footer-col-3 {
width: 335px; /*fallback*/
width: -webkit-calc(41.875%);
width: -moz-calc(41.875%);
width: -o-calc(41.875%);
width: calc(41.875%);
}
.site-footer ul { list-style: none; }