diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -27,7 +27,7 @@ body { .logo { - height: 3.7rem; + height: 4rem; width: auto; } @@ -45,6 +45,7 @@ footer p { text-align: center; align-items: center; justify-content: center; + margin-bottom: .77rem; } @@ -59,10 +60,9 @@ footer p { height: 85%; border-radius: 10px; width: auto; - background-color: #90949b; + background-color: #d5d8de; background-image: url('img/rahvas.jpg'); background-size: cover; - background-position: 50% 57%; background-blend-mode: multiply; } @@ -87,13 +87,3 @@ footer p { font-weight: 888; } - - -/* Accordion */ -.accordion-item, .accordion-header, .accordion-button{ - background-color: transparent !important; - border: none !important; - text-decoration: none !important; -} - - |