Update topnav.css

This commit is contained in:
gr00tie 2023-11-14 13:01:11 +01:00 committed by GitHub
parent 3dd8b6f868
commit 771f7b7073

View file

@ -47,3 +47,16 @@
background-color: #0f0f0f; background-color: #0f0f0f;
color: #e69109; color: #e69109;
} }
@media (max-width: 768px) {
overflow: hidden;
background-color: #0f0f0f;
position: relative;
max-width: 478px;
min-width: 478px;
margin: 5px auto;
padding: 10px;
border: 1px solid rgb(255, 255, 255);
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}