aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-31 15:34:12 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit8a681537076c2b3077e3ef708ec030a56422499f (patch)
tree3fa422f051c7d789b23b71dbef0ea21e1c14e6c8 /vnext/src
parent7d907285356628a6c9478ee655a333fb191cdb5d (diff)
Toolbar styling
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/index.css3
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 {