This commit is contained in:
v0id1st 2025-10-09 13:31:52 +02:00
parent 7c41c06d16
commit 3098e5c010

View File

@ -35,7 +35,6 @@ div.main-content {
header#menu {
display: flex;
flex-direction: column;
border-width: 5px;
border-color: var(--main);
border-style: double;
@ -154,7 +153,7 @@ ul li {
padding: 0.5rem;
margin-left: 2rem;
}
@media only screen and (min-width: 900px) {
@media only screen and (min-width: 1200px) {
div.main-content {
width: 60%;
}
@ -162,16 +161,19 @@ ul li {
@media only screen
and (min-width: 480px)
and (max-width: 900px) {
and (max-width: 1200px) {
header#menu {
flex-direction: row;
flex-direction: column;
}
.form-row {
flex-direction: row;
}
}
@media only screen and (max-device-width: 480px) {
@media only screen and (max-width: 480px) {
header#menu {
flex-direction: column;
}
article {
font-size: 1em;
}