set width for region_3 only if center page content is set
This commit is contained in:
@@ -2,3 +2,9 @@ main {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
aside#region_3 {
|
||||
width: $aside_widthpx;
|
||||
min-width: $aside_widthpx;
|
||||
max-width: $aside_widthpx;
|
||||
}
|
||||
|
@@ -24,7 +24,7 @@ body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
aside {
|
||||
aside#region_1 {
|
||||
width: $aside_widthpx;
|
||||
min-width: $aside_widthpx;
|
||||
max-width: $aside_widthpx;
|
||||
|
Reference in New Issue
Block a user