summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5518279..8c8559f 100644
--- a/style.css
+++ b/style.css
@@ -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;
+ }
+}