Commit b2b9c9e1 authored by Sven Franck's avatar Sven Franck

css: update content-header on small displays

parent 1e06153a
...@@ -969,9 +969,11 @@ html div.ui-page div.ui-content .ui-content-header { ...@@ -969,9 +969,11 @@ html div.ui-page div.ui-content .ui-content-header {
margin: 0 10%; margin: 0 10%;
padding: 1em; padding: 1em;
} }
@media (max-width: 20em) { @media (max-width: 24em) {
html div.ui-page div.ui-content .ui-content-header { html div.ui-page div.ui-content .ui-content-header {
margin: 0 -1em; margin: 0 -1em;
border-top: 0px;
border-bottom: 0px;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment