dat breathing room tho (expand site width slightly more)
This commit is contained in:
parent
6bc4776199
commit
bdd35789db
|
@ -29,7 +29,7 @@ a:visited { color: #205caa; }
|
||||||
.wrap:after { content:""; display:table; }
|
.wrap:after { content:""; display:table; }
|
||||||
.wrap:after { clear: both; }
|
.wrap:after { clear: both; }
|
||||||
.wrap {
|
.wrap {
|
||||||
max-width: 750px;
|
max-width: 800px;
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
|
@ -90,9 +90,29 @@ a:visited { color: #205caa; }
|
||||||
|
|
||||||
.site-footer .column { float: left; margin-bottom: 15px; }
|
.site-footer .column { float: left; margin-bottom: 15px; }
|
||||||
|
|
||||||
.footer-col-1 { width: 250px; margin-right: 10px }
|
.footer-col-1 {
|
||||||
.footer-col-2 { width: 215px; margin-right: 10px }
|
width: 270px; /*fallback*/
|
||||||
.footer-col-3 { width: 265px; }
|
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; }
|
.site-footer ul { list-style: none; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue