From 8bf6f8d3d3f348b3ee85475d7cb75d953a0a162d Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Sat, 27 Nov 2021 14:07:02 +0100
Subject: css: mobile-optimate

---
 style.css | 11 +++++++++++
 1 file changed, 11 insertions(+)

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;
+	}
+}
-- 
cgit v1.2.3