Skip to content

Commit

Permalink
solving bug: hidden hexcode of last palette in smaller devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Sharma-7 committed Jun 24, 2023
1 parent e186103 commit 5192ef9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions public/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,15 @@ header{
left: -21vw;
}
}

&:nth-last-child(1){
margin-bottom: 50px;
}
}




footer{
background: #161616;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
Expand Down

0 comments on commit 5192ef9

Please sign in to comment.