diff options
-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 { |