Skip to content

Commit

Permalink
Updated header background
Browse files Browse the repository at this point in the history
  • Loading branch information
VerifiedMarfat committed Feb 25, 2018
1 parent babbe03 commit 6709946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/app.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@charset "UTF-8";

$primary-color: #8EBE00;
$baseGap: 25px;

$roboto-font-path: "./fonts/roboto/";
Expand All @@ -20,14 +19,15 @@ body {
}

header {
background: $primary-color;
background: #000;
}

nav {
box-shadow: none;
background-color: transparent;

& .nav-wrapper {
display: flex;
display: flex;
justify-content: center;
align-items: center;
}
Expand Down
Loading

0 comments on commit 6709946

Please sign in to comment.