This commit is contained in:
Šimon Záriš 2024-06-09 16:30:16 +02:00
parent 87795428ec
commit 2b74184755

@ -155,7 +155,7 @@ h1, h2, h3, h4, h5, h6 {
justify-content: center; justify-content: center;
} }
.navbar #toggle_btn { #toggle_btn {
display: none; display: none;
color: #fff; color: #fff;
font-size: 1.5rem; font-size: 1.5rem;
@ -165,7 +165,7 @@ h1, h2, h3, h4, h5, h6 {
/* RESPONSIVE DESIGN */ /* RESPONSIVE DESIGN */
@media(max-width: 992px) { @media(max-width: 992px) {
.navbar #toggle_btn { #toggle_btn {
display: block; display: block;
} }