From 87ba60b6ebf0fd390f3780060b702dcec673b721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Wed, 22 Jul 2020 23:33:06 +0200 Subject: [PATCH] wrap header content on small screens --- client/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index d6ecd25..5e356ef 100755 --- a/client/style.css +++ b/client/style.css @@ -921,7 +921,7 @@ form>div.history { .mode-changers { display: flex; - width: 100%; + margin-left: auto; } .mode-changers a.active { border-bottom: 3px solid white; @@ -937,3 +937,7 @@ form>div.history { font-weight: bold; margin: 1em .4em; } + +header h3:first-child { + margin-right: 1.5em; +}