fixed 2col

This commit is contained in:
jeena 2013-07-19 12:23:48 +02:00
parent 8e882b0894
commit 635f120d91

View file

@ -242,16 +242,18 @@ footer #social {
box-sizing: border-box;
}
.col2 .col:first-child {
.col2 .col {
width: 48%;
float: left;
width: 50%;
padding-right: 0.5em;
margin-right: 4%;
}
.col2 .col:first-child {
}
.col2 .col:last-child {
float: right;
width: 50%;
padding-left: 0.5em;
margin-right: 0;
}
.col2.left .col:first-child {