Override the h3 style to be a bit smaller

This commit is contained in:
Paul van Tilburg 2022-01-28 16:43:35 +01:00
parent 51cc679a1a
commit 815c47ba0e
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 9 additions and 0 deletions

9
assets/css/main.scss Normal file
View File

@ -0,0 +1,9 @@
---
---
// Overide parts of the hydeout CSS.
@import "hydeout";
h3 {
margin-top: 1.125rem;
font-size: 1.125rem; }