center page content by default
This commit is contained in:
@@ -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;
|
||||
}
|
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user