rewrite-static #8

Merged
purplebored merged 39 commits from rewrite-static into main 2025-12-22 12:51:54 +00:00
Showing only changes of commit e44fc8b08d - Show all commits

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%;
}
}