move section and aside padding from default.css to style.css

This commit is contained in:
Mario Vavti
2015-07-10 10:09:54 +02:00
parent c7b55f7753
commit e1f64b6748
4 changed files with 6 additions and 8 deletions

View File

@@ -17,12 +17,11 @@ main {
aside {
display: table-cell;
vertical-align: top;
padding: 65px 7px 0px 7px;
}
section {
width: 100%;
display: table-cell;
vertical-align: top;
padding: 65px 7px 200px 7px;
}