apply margin-top to all h3

This commit is contained in:
2023-04-18 08:29:20 +10:00
parent 857689dc22
commit a3766aca6c

View File

@@ -86,7 +86,7 @@ import SMMastHead from "../components/SMMastHead.vue";
margin: 0 auto;
line-height: 1.4em;
h3:not(:first-of-type) {
h3 {
margin-top: 60px;
}
}