Skip to content

Commit 18de9e1

Browse files
committed
Remove obsolete (?) CSS for heading margins
1 parent 21a1ffa commit 18de9e1

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

frontend/src/assets/main.scss

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,6 @@
3535
background: #134cc4 !important;
3636
}
3737

38-
h1 {
39-
margin: 0.3em;
40-
}
41-
42-
h2 {
43-
margin: 0.3em;
44-
}
45-
46-
h3 {
47-
margin: 0.3em;
48-
}
49-
50-
h4 {
51-
margin: 0.3em;
52-
}
53-
54-
h5 {
55-
margin: 0.3em;
56-
}
57-
5838
.max-content-width {
5939
max-width: 900px;
6040
}

frontend/src/components/match/StatusMessageButton.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,4 @@ const onCustomStatusMessageSelected = () => {
151151
</q-card-actions>
152152
</q-card>
153153
</q-dialog>
154-
</template>
155-
156-
<style scoped>
157-
158-
</style>
154+
</template>

0 commit comments

Comments
 (0)