Update topnav.css

This commit is contained in:
gr00tie 2023-11-14 13:02:00 +01:00 committed by GitHub
parent 0f1398b000
commit 283bd63bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@
}
@media (max-width: 768px) {
.topnav {
overflow: hidden;
background-color: #0f0f0f;
position: relative;
@ -60,3 +61,4 @@
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
}