more col fixes
This commit is contained in:
parent
aebeeb0478
commit
d6861acfbd
1 changed files with 8 additions and 2 deletions
|
@ -157,9 +157,13 @@ footer #social {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col3 .box {
|
.col3 .col {
|
||||||
width: 33%;
|
width: 33%;
|
||||||
display: inline-block;
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.col3 .col:last-child {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
|
@ -214,11 +218,13 @@ footer #social {
|
||||||
.col2 .col:first-child {
|
.col2 .col:first-child {
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
padding-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col2 .col:last-child {
|
.col2 .col:last-child {
|
||||||
float: right;
|
float: right;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col2.left .col:first-child {
|
.col2.left .col:first-child {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue