Skip to content

Commit

Permalink
Remove obsolete (?) CSS for heading margins
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed May 10, 2024
1 parent 21a1ffa commit 18de9e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
20 changes: 0 additions & 20 deletions frontend/src/assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,6 @@
background: #134cc4 !important;
}

h1 {
margin: 0.3em;
}

h2 {
margin: 0.3em;
}

h3 {
margin: 0.3em;
}

h4 {
margin: 0.3em;
}

h5 {
margin: 0.3em;
}

.max-content-width {
max-width: 900px;
}
6 changes: 1 addition & 5 deletions frontend/src/components/match/StatusMessageButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,4 @@ const onCustomStatusMessageSelected = () => {
</q-card-actions>
</q-card>
</q-dialog>
</template>

<style scoped>
</style>
</template>

0 comments on commit 18de9e1

Please sign in to comment.