redbasic: set width of main section
This commit is contained in:
@@ -125,6 +125,8 @@ nav {background-image: linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
|
||||
background-image: -ms-linear-gradient(bottom, $nav_bg_1 26%, $nav_bg_2 82%);
|
||||
}
|
||||
|
||||
section {width: $section_width;
|
||||
}
|
||||
|
||||
nav:hover {background-image: linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
|
||||
background-image: -o-linear-gradient(bottom, $nav_bg_3 26%, $nav_bg_4 82%);
|
||||
|
||||
Reference in New Issue
Block a user