Styling and navigation logic

This commit is contained in:
Andre Beging
2020-02-12 10:58:09 +01:00
parent fe926d1898
commit 7c15a64ddb
19 changed files with 283 additions and 52 deletions

View File

@@ -7,6 +7,8 @@
top: 0;
width: 100%;
z-index: 1000;
font-family: "SFMoviePoster", system-ui, sans-serif;
font-size: 2.8rem;
nav {
padding: 0 20px;
@@ -17,6 +19,7 @@
.header-logo img {
height: 35px;
display: inline-block;
}
.nav-links {
@@ -36,7 +39,7 @@
&:hover,
&.active {
border-color: inherit;
padding: 5px 0px;
padding: 0px 0px;
}
}
}