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

@@ -28,12 +28,17 @@ aside#region_1 {
width: $aside_widthpx;
min-width: $aside_widthpx;
max-width: $aside_widthpx;
padding: 65px 7px 0px 7px;
}
main {
max-width: $main_widthpx;
}
section {
padding: 65px 7px 200px 7px;
}
h1, .h1, h2, .h2 {
font-size: 1.667em;
}