Skip to content

Commit

Permalink
reverted margin value but changed border-radius to make top navbar co…
Browse files Browse the repository at this point in the history
…ntinuous
  • Loading branch information
banchan86 committed May 28, 2024
1 parent 770d62e commit d416f6c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -475,10 +475,9 @@ main {
background: hsla(240, 1%, 17%, 1);
backdrop-filter: blur(10px);
border: 1px solid var(--jet);
border-radius: 0px 0px 12px 12px;
border-radius: 0px 0px 0px 0px;
box-shadow: var(--shadow-2);
z-index: 5;
margin: 10px;
}

.navbar-list {
Expand Down Expand Up @@ -1334,7 +1333,7 @@ textarea.form-input::-webkit-resizer { display: none; }
*/

main {
margin-top: 60px;
margin-top: 70px;
margin-bottom: 100px;
}

Expand Down

0 comments on commit d416f6c

Please sign in to comment.