From 22f7ea8476ff5c1d1dea8ba764a3bd74e658df3e Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Mon, 13 Dec 2021 22:27:01 +0800 Subject: [PATCH] Update: title space evenly --- web/src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/App.css b/web/src/App.css index 68ca5ed..5169e17 100644 --- a/web/src/App.css +++ b/web/src/App.css @@ -17,8 +17,10 @@ body { } .title { margin-left: 1em; + margin-right: 1em; display: flex; align-items: center; + justify-content: space-between; } .title-text { margin-left: 1em;