diff --git a/pages/index.tsx b/pages/index.tsx
index 7a380b6..a34ac88 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -6,26 +6,28 @@ export default function Index() {
-
+
Velkuantie 988, 21180 Livonsaari
Kauppa&Ravintola&Kahvila&Baari
+
Auki:
- ma-la 12:00-19:00
+ ma-la 12:00-19:00
kysynnän ja sään salliessa myös pidempään
- Tervetuloa!
- {' '}
+
Tervetuloa!
+
+
-
+
+
+
Postin automaattipalvelu
@@ -76,8 +80,9 @@ export default function Index() {
Lisätietoja
-
+
+
);
diff --git a/styles/Index.module.scss b/styles/Index.module.scss
index 6451d10..5694a9e 100644
--- a/styles/Index.module.scss
+++ b/styles/Index.module.scss
@@ -18,23 +18,26 @@
}
.address {
- font-weight: lighter;
margin-top: 1rem;
- font-size: 1.1rem;
+}
+
+.mainLogo {
+ margin-top: -1rem;
}
.title {
font-size: 2rem;
margin-top: 0;
- margin-bottom: 0;
+ margin-bottom: 1rem;
font-weight: 600;
color: #686868;
+ letter-spacing: normal;
}
.openHoursTitle {
- font-weight: bold;
+ font-weight: 700;
margin: 0;
- font-size: 1.2rem;
+ font-size: 100%;
}
.openHoursText {
@@ -44,6 +47,7 @@
.openHoursDesc {
max-width: 15rem;
text-align: center;
+ margin-top: 0;
}
.keepersImage {