Skip to content
Snippets Groups Projects
Commit f8b0b5ae authored by OndraRehounek's avatar OndraRehounek
Browse files

main: fix footer finally now

parent ef332098
No related branches found
No related tags found
2 merge requests!607Pirati.cz,!575Feature/pirati cz
...@@ -28,9 +28,13 @@ ...@@ -28,9 +28,13 @@
ul { ul {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
max-height: 320px; max-height: 540px;
writing-mode: vertical-lr; /* workaround for long-living bug https://stackoverflow.com/a/39102894/7113416 */ writing-mode: vertical-lr; /* workaround for long-living bug https://stackoverflow.com/a/39102894/7113416 */
@screen md {
max-height: 320px;
}
li { li {
display: block; display: block;
height: 40px; height: 40px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment