fixed design

This commit is contained in:
Torsten Schulz
2024-09-25 18:32:25 +02:00
parent 22e98fd112
commit 136fc5eecc

View File

@@ -134,7 +134,7 @@ select {
/* Responsive Design */
@media (min-width: 768px) {
.main {
flex-direction: column;
flex-direction: row;
}
.navigation {
@@ -148,7 +148,7 @@ select {
}
.nav-links {
flex-direction: row;
flex-direction: column;
}
.nav-links>a {