mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 08:59:19 +02:00
added sticky property to navbar
This commit is contained in:
parent
bcb0d8bdca
commit
e6ea33f61b
4 changed files with 9 additions and 4 deletions
|
@ -96,6 +96,9 @@
|
|||
text-align: center;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue