Skip to content
Snippets Groups Projects
Commit 4fb5ab9c authored by quido.zientek's avatar quido.zientek
Browse files

Merge branch 'feature/pirati-cz' into feature/pirati-cz-quidecek

parents 51eef31a ef332098
No related branches found
No related tags found
3 merge requests!607Pirati.cz,!600Article menu,!575Feature/pirati cz
Pipeline #9556 passed
......@@ -25,19 +25,18 @@
.footer__main-links {
grid-area: main-links;
.footer__main--link {
@apply mt-6 w-fit xl:mr-2
}
ul {
display: grid;
grid-auto-columns: minmax(160px, auto);
grid-auto-flow: column;
grid-gap: 10px;
grid-template-rows: repeat(12, 40px);
display: flex;
flex-flow: row wrap;
max-height: 320px;
writing-mode: vertical-lr; /* workaround for long-living bug https://stackoverflow.com/a/39102894/7113416 */
@screen sm {
grid-template-rows: repeat(6, 40px);
li {
display: block;
height: 40px;
line-height: 40px;
min-width: 150px;
writing-mode: initial; /* workaround revert from above */
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment