center page content by default

This commit is contained in:
Mario Vavti
2015-09-11 11:54:35 +02:00
parent 5112b4b963
commit e42111545b
6 changed files with 13 additions and 23 deletions

View File

@@ -1,10 +0,0 @@
main {
margin-left: auto;
margin-right: auto;
}
aside#region_3 {
width: $aside_widthpx;
min-width: $aside_widthpx;
max-width: $aside_widthpx;
}

View File

@@ -24,13 +24,15 @@ body {
height: 100%;
}
aside#region_1 {
aside {
width: $aside_widthpx;
min-width: $aside_widthpx;
max-width: $aside_widthpx;
}
main {
margin-left: auto;
margin-right: auto;
max-width: $main_widthpx;
}