diff options
-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; + } +} |