Web page: improvement to prevent the need of scrolling horizontally

Thanks to Tomasz SP2ATJ

Signed-off-by: Thomas Osterried <dl9sau@darc.de>
master
Thomas Osterried 2024-04-22 16:43:49 +02:00
rodzic 7dc1c3c728
commit 591662cb64
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -819,7 +819,7 @@ there.
/* Larger than phablet */
@media (min-width: 900px) {
.container {
max-width: 900px;
max-width: 1100px;
}
}