Skip to content

Commit

Permalink
Update mycss.css
Browse files Browse the repository at this point in the history
  • Loading branch information
WlodekM authored Aug 14, 2024
1 parent cc8d7a4 commit acae989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stuff/mycss.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
position: fixed;
top: 0;
z-index: 999;
width: calc(100vw - 40px);
width: calc(100% - 40px);
height: 50px;
}
.topnav{--margin: 20px;padding-left:var(--margin);padding-top:var(--margin);padding-right:var(--margin);padding-bottom:var(--margin);background-color: rgba(0, 0, 0, 0.4);}
Expand Down

0 comments on commit acae989

Please sign in to comment.