Browse Source

Nav bar styles changes

master
kj1352 4 years ago
parent
commit
94129e3bf7
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      src/app/tabs/tabs.component.scss

+ 17
- 0
src/app/tabs/tabs.component.scss View File

@@ -17,6 +17,23 @@ $header-height: 10rem;
}
}

nav {
margin: 0 2rem;
display: flex;
align-items: center;
justify-content: flex-start;

a {
font-size: 1.6rem;
letter-spacing: 0.5px;
color: var(--dark-grey);

&:hover {
text-decoration: underline;
}
}
}

.search-input {
position: relative;
margin-left: auto;


Loading…
Cancel
Save