Skip to content

Commit

Permalink
fix: mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Oct 3, 2024
1 parent ff2441f commit 1daaf9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,6 @@ header.rea-header {
z-index: 1;
}
nav {
display: flex;
gap: 1rem;
}
nav > a {
text-decoration: none;
}
#app .cmp-brand img {
height: initial;
position: relative;
Expand All @@ -161,5 +152,13 @@ nav > a {
transform: scale(0.8);
left: -1rem;
}
#mainnavigation.cmp-mainnavigation:has(> input[type='checkbox'][id]:checked) {
margin-inline-start: 0;
}
.cmp-mainnavigation > ul {
height: fit-content;
}
}
</style>
2 changes: 1 addition & 1 deletion src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</template>

<style scoped>
div {
.base-layout {
padding: 0 1rem;
}
</style>

0 comments on commit 1daaf9a

Please sign in to comment.