Skip to content

Commit

Permalink
Fix some layout spacing issues
Browse files Browse the repository at this point in the history
Related to Issue #44
  • Loading branch information
BobChao87 committed Jan 11, 2022
1 parent c41bcc9 commit 3c3e51a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/marathon/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ export default Vue.extend({
grid-template-columns: auto min-content;
column-gap: var(--spacing);
.title {
margin: 0;
}
// Force this element to always display, Bulma wants to hide it by default
@media (min-width: 1024px) {
.navbar-burger {
Expand All @@ -99,5 +103,6 @@ export default Vue.extend({
.menu-sections {
display: flex;
flex-wrap: wrap;
padding-block-start: var(--spacing);
}
</style>
4 changes: 4 additions & 0 deletions components/marathon/sidebar/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ export default Vue.extend({
flex-wrap: wrap;
}
}
.box {
margin: 0;
}
</style>

0 comments on commit 3c3e51a

Please sign in to comment.