diff --git a/src/components/HomePage/HomePage.html b/src/components/HomePage/HomePage.html
index a179fb1..b554f54 100644
--- a/src/components/HomePage/HomePage.html
+++ b/src/components/HomePage/HomePage.html
@@ -83,8 +83,10 @@
- {{ sp.punt.home }}
- {{ sp.punt.guest }}
+
+ {{ sp.punt.home }}
+ {{ sp.punt.guest }}
+
@@ -120,8 +122,10 @@
- {{ sp.punt.guest }}
- {{ sp.punt.home }}
+
+ {{ sp.punt.guest }}
+ {{ sp.punt.home }}
+
diff --git a/src/style.css b/src/style.css
index 166e800..3e9d912 100644
--- a/src/style.css
+++ b/src/style.css
@@ -80,8 +80,23 @@ button:focus-visible {
float: left;
width: 50%;
}
+.punteggio-container {
+ width: 100%;
+ height: 100%;
+ display: flex;
+}
.punt {
font-size: 60vh;
+ flex: 1;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ cursor: pointer;
+ min-height: 50vh;
+ min-width: 50vw;
+ max-width: 50vw;
+ overflow: hidden;
+ box-sizing: border-box;
}
.form {
font-size: 5vh;