Compare commits

...

2 Commits

Author SHA1 Message Date
d7b128316d Fix Matěj brácha damage 2025-04-15 22:04:49 +02:00
2fbaf36d62 Fix damage 2025-04-15 22:04:49 +02:00
2 changed files with 10 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 MiB

After

Width:  |  Height:  |  Size: 11 MiB

View File

@@ -244,6 +244,12 @@ nav div {
width: 90%;
}
@media only screen and (max-width: 50rem) {
nav div {
width: 100% !important;
}
}
main {
flex-grow: 1;
padding: 16px;
@@ -345,6 +351,10 @@ nav ul {
flex-direction: column;
}
nav ul {
margin-left: 0 !important;
}
nav ul li {
width: 100%;
}