Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: remove commented line.
Browse files Browse the repository at this point in the history
  • Loading branch information
GusBaamonde committed Feb 22, 2019
1 parent 6fbd933 commit a0dd5fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions assets/scss/templates/_header.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* header */
$dp-header-height: 4em;
$dp-border-radius: 5px;
$dp-text-aling: center; /* header */

$dp-text-aling: center;
/* header */
.header-main {
height: $dp-header-height;
border-bottom: 1px solid $dp-color-sylver;
Expand Down Expand Up @@ -122,7 +122,6 @@ $dp-text-aling: center; /* header */
width: 100%;
}
/* nav right */

.nav-right-main {
display: flex;
}
Expand Down Expand Up @@ -327,7 +326,6 @@ $dp-text-aling: center; /* header */

.header-main.open {
.nav-left-main {
// right: 0;
width: 303px;
}

Expand Down

0 comments on commit a0dd5fc

Please sign in to comment.