From 9b441d0f3020ba21d9ddae6fedfa106c48d0fb0b Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Tue, 8 Aug 2023 16:29:53 +0100 Subject: [PATCH] Fix. Title bar now displays on one line if window is wide enough --- src/stylesheets/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheets/index.css b/src/stylesheets/index.css index ee9ca61..3f3b8b8 100644 --- a/src/stylesheets/index.css +++ b/src/stylesheets/index.css @@ -5,7 +5,7 @@ body{ } /* Title bar */ #title { - display: inline-block; + display: inline-flex; background-color: white; height: auto; }