added sticky property to navbar

This commit is contained in:
Jonas_Jones 2023-07-10 02:56:35 +02:00
parent bcb0d8bdca
commit e6ea33f61b
4 changed files with 9 additions and 4 deletions

View file

@ -96,6 +96,9 @@
text-align: center;
width: 100%;
display: flex;
position: fixed;
top: 0;
z-index: 1;
}
.logo {