Override the h3 style to be a bit smaller
This commit is contained in:
parent
51cc679a1a
commit
815c47ba0e
1 changed files with 9 additions and 0 deletions
9
assets/css/main.scss
Normal file
9
assets/css/main.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
---
|
||||
// Overide parts of the hydeout CSS.
|
||||
|
||||
@import "hydeout";
|
||||
|
||||
h3 {
|
||||
margin-top: 1.125rem;
|
||||
font-size: 1.125rem; }
|
Loading…
Reference in a new issue