Ota yhteyttä
Kerro tarpeistasi, niin teemme sinulle tarjouksen
diff --git a/konesali.html b/konesali.html
index d3472cd..a223771 100644
--- a/konesali.html
+++ b/konesali.html
@@ -5,6 +5,9 @@
Konesali — Tekniset tiedot | Konesali Turku
+
+
+
diff --git a/style.css b/style.css
index d60d8b4..4af89a2 100644
--- a/style.css
+++ b/style.css
@@ -114,9 +114,10 @@ a:hover {
align-items: center;
gap: 10px;
color: var(--color-white);
- font-size: 1.25rem;
+ font-family: 'Space Grotesk', var(--font-family);
+ font-size: 1.3rem;
font-weight: 400;
- letter-spacing: -0.01em;
+ letter-spacing: -0.02em;
}
.logo:hover {
@@ -125,6 +126,7 @@ a:hover {
.logo strong {
font-weight: 700;
+ color: var(--color-primary-light);
}
.logo-icon {
@@ -1351,6 +1353,31 @@ a:hover {
height: 100%;
}
+/* === Section Illustrations === */
+.illustration-left,
+.illustration-right {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ width: 220px;
+ pointer-events: none;
+ z-index: 0;
+}
+
+.illustration-left {
+ left: 0;
+}
+
+.illustration-right {
+ right: 0;
+}
+
+.illustration-left svg,
+.illustration-right svg {
+ width: 100%;
+ height: 100%;
+}
+
/* === Animations === */
.fade-in {
opacity: 0;
@@ -1371,7 +1398,9 @@ a:hover {
opacity: 0.5;
}
- .blueprint-decoration {
+ .blueprint-decoration,
+ .illustration-left,
+ .illustration-right {
display: none;
}