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/projekt/styles.css | |
parent | 562fd4eb2551cf26c19d619bdf00dbd965fb11d5 (diff) |
finalFixes
Former-commit-id: 7fcc5cc7033804bb7e56b0ce5d3d77a6c2413236
Diffstat (limited to 'lehed/projekt/styles.css')
-rw-r--r-- | lehed/projekt/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lehed/projekt/styles.css b/lehed/projekt/styles.css index 0be49e3..4522ea2 100644 --- a/lehed/projekt/styles.css +++ b/lehed/projekt/styles.css @@ -27,6 +27,7 @@ h1 {color: #FFB673} main { margin: 2.5% 13%; color: white; + font-size: 1.1rem; } @@ -49,4 +50,5 @@ footer p { text-align: center; align-items: center; justify-content: center; + margin-bottom: .77rem; } |