diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 3f3b14efc..e838d114c 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -12,6 +12,15 @@ $ishtar-color: darken($purple, 20%); $ishtar-secondary-color: $purple; $dark-secondary-color: rgba(255,255,255,0.8); + +h3, .h3 { + font-size: 1.5rem; +} + +h4, .h4 { + font-size: 1.1rem; +} + .container{ margin-top: 1em; margin-bottom: 5em; |