Skip to content
Snippets Groups Projects
Commit e884c444 authored by Julien Schmidt's avatar Julien Schmidt
Browse files

impressum: fix nested dl on small displays

parent fb2e11d0
No related branches found
No related tags found
No related merge requests found
......@@ -922,20 +922,18 @@ footer .lang-dropdown {
dl {
display: block;
}
dt {
dt,
dd dl dt,
dd dl dd {
flex: 1;
max-width: 100%;
}
dd {
flex: 1;
margin: 0.8em 1em 1.6em;
}
dd dl dt {
margin: 0;
width: 100%;
}
dd dl dd {
margin: 0.25em 0 1em;
width: 100%;
}
.two-columns .column {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment