summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorRasmus <rasmus.luha@gmail.com>2023-06-10 16:45:12 +0300
committerRasmus <rasmus.luha@gmail.com>2023-06-10 16:45:12 +0300
commitac3bfb7728e9324e6a21035e7b321649550c60cb (patch)
treee467ad4fcf4b83f1d6aa6f9d8613ee7d0534bfc9 /styles.css
parent562fd4eb2551cf26c19d619bdf00dbd965fb11d5 (diff)
finalFixes
Former-commit-id: 7fcc5cc7033804bb7e56b0ce5d3d77a6c2413236
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css16
1 files changed, 3 insertions, 13 deletions
diff --git a/styles.css b/styles.css
index 3ad4651..adb343e 100644
--- a/styles.css
+++ b/styles.css
@@ -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;
-}
-
-