summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 14:07:02 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 14:09:07 +0100
commit8bf6f8d3d3f348b3ee85475d7cb75d953a0a162d (patch)
tree109f285884acb2f24dfd00bd9d5c76a5824ae51b
parentedaee9685873beb9bf224b7a6d32b6a675f7de3a (diff)
css: mobile-optimate
-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;
+ }
+}