diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 14:07:02 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 14:09:07 +0100 |
commit | 8bf6f8d3d3f348b3ee85475d7cb75d953a0a162d (patch) | |
tree | 109f285884acb2f24dfd00bd9d5c76a5824ae51b | |
parent | edaee9685873beb9bf224b7a6d32b6a675f7de3a (diff) |
css: mobile-optimate
-rw-r--r-- | style.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -27,6 +27,7 @@ code { h1 { margin-top: 0; margin-bottom: 0; + width: 300px; } .release:not([hidden]) { @@ -38,3 +39,13 @@ h1 { .hide-release-notes .release-notes { display: none; } + +#search { + padding: 0.5em; +} + +@media (max-width: 600px) { + .header { + flex-direction: column; + } +} |