Skip to content

Commit

Permalink
update mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Oct 3, 2023
1 parent df702d2 commit b334a09
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 11 deletions.
4 changes: 4 additions & 0 deletions scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
@use "./fonts";
@use "./components/dots";

.hide-scroll {
overflow: hidden;
}

body,
html {
margin: 0;
Expand Down
3 changes: 2 additions & 1 deletion scss/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,15 @@ nav {
flex-flow: column;
align-items: flex-start;
justify-content: flex-start;
row-gap: 32px;
row-gap: var(--spacing-xl);
width: 100%;
height: 100%;

li,
a {
display: block;
@include typography(paragraph);
font-size: 8vh;
cursor: pointer;
color: #000;
}
Expand Down
7 changes: 6 additions & 1 deletion src/assets/css/pages/article.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/pages/article.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion src/assets/css/pages/contact.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/css/pages/contact.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion src/assets/css/pages/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b334a09

Please sign in to comment.