From 93667958531c41a15524a6baf740577b0ac8c66e Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Wed, 20 Oct 2021 08:31:45 +0300 Subject: [PATCH] change header display style --- public/index.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index f352d4a..bbf2eaa 100644 --- a/public/index.html +++ b/public/index.html @@ -533,19 +533,29 @@ .slider.round:before { border-radius: 50%; - } + } + + #header-left { + width: 100%; + } + #header-left > * { + margin-right: 16px; + }