🎨 Updated flex UI

This commit is contained in:
Liyas Thomas
2020-06-19 15:29:14 +05:30
parent 62dfb582f4
commit e45a185c40
3 changed files with 24 additions and 109 deletions

View File

@@ -149,6 +149,8 @@ footer {
nav.primary-nav {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
svg {
fill: var(--fg-light-color);
@@ -192,6 +194,8 @@ nav.primary-nav {
nav.secondary-nav {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
border-top: 2px dashed var(--brd-color);
margin-top: 4px;