fixed contact

This commit is contained in:
jeena 2013-07-19 12:46:39 +02:00
parent e075de1fd0
commit 1189487d4b

View file

@ -182,24 +182,47 @@ footer #social {
margin-top: 10px;
}
.col4, .col3, .col2, .col1 {
clear: both;
.col1, .col2, .col3, .col4 { clear: both; margin-bottom: 1.5em; }
.col1.line, .col2.line, .col3.line, .col4.line { border-top: 5px solid #993533; }
.col {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div .col:last-child { margin-right: 0; }
.col2 .col {
width: 48%;
float: left;
margin-right: 4%;
}
.col2.left .col:first-child { width: 31.5%; }
.col2.left .col:last-child { width: 64.5%; }
.col2.right .col:first-child { width: 64.5%; }
.col2.right .col:last-child { width: 31.5%; }
.col3 .col {
width: 32%;
float: left;
margin-right: 2%;
}
.col3 .col:first-child {
.col4 .col {
width: 24%;
float: left;
margin-right: 1.3%;
}
.col3 .col:last-child {
margin-right: 0;
.col4 h2 {
font-size: 1em;
padding: 0.2em 1em;
}
.box {
vertical-align: top;
}
@ -230,63 +253,4 @@ footer #social {
.box.cite h2 {
background: #216f85;
}
.col2.line, .col3.line {
border-top: 5px solid #993533;
}
.col {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.col2 .col {
width: 48%;
float: left;
margin-right: 4%;
}
.col2 .col:first-child {
}
.col2 .col:last-child {
margin-right: 0;
}
.col2.left .col:first-child {
width: 33%;
}
.col2.left .col:last-child {
width: 66%;
}
.col2.right .col:first-child {
width: 66%;
}
.col2.right .col:last-child {
width: 33%;
}
.col4 .col {
width: 24%;
float: left;
margin-right: 1.3%;
}
.col4 .col:first-child {
}
.col4 .col:last-child {
margin-right: 0;
}
.col4 h2 {
font-size: 1em;
padding: 0.2em 1em;
}