Skip to content

Commit c54417b

Browse files
committed
fix: add small css fix
1 parent 4a743d9 commit c54417b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/WhatsNewModal.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</div>
1717
</template>
1818
<template>
19-
<h6>Did you know you can…</h6>
19+
<h6 class="subHeader">Did you know you can…</h6>
2020
</template>
2121
<template>
2222
<div class="items">
@@ -85,6 +85,10 @@ h6 {
8585
text-transform: uppercase;
8686
}
8787
88+
.subHeader {
89+
padding-left: 20px;
90+
}
91+
8892
.items {
8993
overflow-y: auto;
9094
display: flex;

0 commit comments

Comments
 (0)