Browse Source

Tightens home top nav

main
Keith Daulton 1 year ago
parent
commit
8eb8faa354
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/webviews/apps/home/home.scss

+ 0
- 5
src/webviews/apps/home/home.scss View File

@ -152,10 +152,6 @@ ul {
flex: none; flex: none;
padding: 0 2rem; padding: 0 2rem;
position: relative; position: relative;
[aria-hidden='false'] ~ header-card {
display: none;
}
} }
&__main { &__main {
flex: 1; flex: 1;
@ -174,7 +170,6 @@ ul {
&__nav { &__nav {
flex: none; flex: none;
padding: 0 2rem; padding: 0 2rem;
margin-bottom: 0.6rem;
} }
} }

Loading…
Cancel
Save