diff options
author | Vitaly Takmazov | 2019-05-31 15:34:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 8a681537076c2b3077e3ef708ec030a56422499f (patch) | |
tree | 3fa422f051c7d789b23b71dbef0ea21e1c14e6c8 | |
parent | 7d907285356628a6c9478ee655a333fb191cdb5d (diff) |
Toolbar styling
-rw-r--r-- | vnext/src/index.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |