fix code style in small screens

This commit is contained in:
Eorn 2021-01-02 10:01:42 +01:00
parent 12bcb26cc2
commit 07fdf8a0fa

View file

@ -542,6 +542,7 @@ figure.audiofig audio {
#navbar { #navbar {
min-height: 75px; min-height: 75px;
} }
.page-content .highlight { .page-content .highlight table {
max-width: 800px; width: 95vw !important;
}
} }