diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-17 11:35:10 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-17 11:35:10 +0100 | 
| commit | 5d8a340c76470f47c45dd944a28f01b752ce6e98 (patch) | |
| tree | 29c5758dc8d24da9c82564ae4e98010b6479c6b8 /scss/custom.scss | |
| parent | 1e71763dc8583af4d67d18a410434b945c3229b2 (diff) | |
| download | Ishtar-5d8a340c76470f47c45dd944a28f01b752ce6e98.tar.bz2 Ishtar-5d8a340c76470f47c45dd944a28f01b752ce6e98.zip  | |
UI: search
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;  | 
