Skip to content

Commit

Permalink
remove transparent gap in phoneNav
Browse files Browse the repository at this point in the history
Signed-off-by: Akshun-01 <[email protected]>
  • Loading branch information
Akshun-01 committed Sep 16, 2023
1 parent 48224aa commit f21d2bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ DEPENDENCIES
wdm (>= 0.1.0)

BUNDLED WITH
2.4.14
2.4.14
1 change: 1 addition & 0 deletions _sass/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ header {
.filledHeader {
// background: linear-gradient(rgb(57, 80, 84) 0%, rgb(0, 211, 169) 100%);
// background-size: 100% 1422px;
top: -2px;
}

.content {
Expand Down
1 change: 1 addition & 0 deletions _sass/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ a.nav-text:hover {
position: absolute;
width: 100%;
left:0;
translate: 0 -5px;
background: transparent;
background-color: var(--color-primary-light);
max-height: 400px;
Expand Down

0 comments on commit f21d2bb

Please sign in to comment.