Styling and navigation logic
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user