Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mariem Khlifi
stustanet-website
Commits
e884c444
Commit
e884c444
authored
Oct 12, 2019
by
Julien Schmidt
Browse files
impressum: fix nested dl on small displays
parent
fb2e11d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/css/main.css
View file @
e884c444
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment