From 8a681537076c2b3077e3ef708ec030a56422499f Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 May 2019 15:34:12 +0300 Subject: Toolbar styling --- vnext/src/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vnext/src') diff --git a/vnext/src/index.css b/vnext/src/index.css index e15fcad5..71900085 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -121,6 +121,9 @@ hr { grid-area: footer; display: flex; flex-direction: row; + justify-content: space-around; + background: #fff; + border-top: 1px solid #eee; } .nav_content { -- cgit v1.2.3