Skip to content

Commit

Permalink
fix(Styles): position banner and nav correctly
Browse files Browse the repository at this point in the history
The banner and nav positions were incorrect leaving a large amount of
whitespace.
  • Loading branch information
thestonefox committed Oct 15, 2019
1 parent 41704e8 commit 3f7360c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/css/style.scss
Expand Up @@ -88,6 +88,8 @@ body {
}

#banner {
position: relative;
top: 0px;
right: 0;
margin-right: 0px;
background-color: $color-pig-storm;
Expand Down Expand Up @@ -130,7 +132,7 @@ body {
nav {
width: $menu-width;
margin-left: $side-margin-left;
top: 50px;
top: 110px;

@media print, screen and (max-width: 1300px) {
margin-left: $sml-side-margin-left;
Expand Down

0 comments on commit 3f7360c

Please sign in to comment.