diff options
author | Rasmus <rasmus.luha@gmail.com> | 2023-06-10 16:45:12 +0300 |
---|---|---|
committer | Rasmus <rasmus.luha@gmail.com> | 2023-06-10 16:45:12 +0300 |
commit | ac3bfb7728e9324e6a21035e7b321649550c60cb (patch) | |
tree | e467ad4fcf4b83f1d6aa6f9d8613ee7d0534bfc9 /lehed/juhend/styles.css | |
parent | 562fd4eb2551cf26c19d619bdf00dbd965fb11d5 (diff) |
finalFixes
Former-commit-id: 7fcc5cc7033804bb7e56b0ce5d3d77a6c2413236
Diffstat (limited to 'lehed/juhend/styles.css')
-rw-r--r-- | lehed/juhend/styles.css | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/lehed/juhend/styles.css b/lehed/juhend/styles.css index 58c68b6..6979828 100644 --- a/lehed/juhend/styles.css +++ b/lehed/juhend/styles.css @@ -43,19 +43,16 @@ footer p { text-align: center; align-items: center; justify-content: center; + margin-bottom: .77rem; } - - - - - -/* Accordion */ -.accordion-item, .accordion-header, .accordion-button{ - background-color: transparent !important; - border: none !important; - text-decoration: none !important; +/* Mainers */ +#juhend { + font-size: 1.1rem; + margin: 2% 13%; + color: white; } + |