summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
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;
-}
-
-