Fix last part of CSS

This commit is contained in:
2025-10-29 21:19:42 +01:00
parent 60ac90124f
commit e44fc8b08d

View File

@@ -135,6 +135,32 @@ body {
z-index: -9999;
}
/* === RESPONSIVE === */
@media (max-width: 900px) {
body
body {
flex-direction: column;
}
.navbar {
position: relative;
width: 100%;
height: auto;
flex-direction: row;
justify-content: center;
padding: 0.5rem 0;
}
.navbar ul {
display: flex;
gap: 1rem;
}
.content {
flex-direction: column;
padding: 2rem;
text-align: center;
}
.uzi {
width: 70%;
}
}