Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Nov 3, 2023
1 parent 1f3e41a commit d39f589
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---
// Own additions
$body-bg-color: #202020;
$header-nav-width: 24rem;
$header-nav-width: 24em;

// Override defaults

Expand Down Expand Up @@ -69,10 +69,21 @@ body {

.headings-nav {
width: $header-nav-width;
font-size: 1.1rem;
position: sticky;
top: 0;

@include large {
font-size: 1.1rem;
}

@include medium {
font-size: 1.1rem;
}

@include small {
font-size: 1rem;
}

li {
list-style: none;
}
Expand Down

0 comments on commit d39f589

Please sign in to comment.