-
+
ANTONIANA
+ - {{ sp.punt.home }}
-
+
GUEST
+ - {{ sp.punt.guest }}
+
+
+
+
+
+
+ {{ sp.punt.home }}
+ {{ sp.punt.guest }}
+
+
+
+
diff --git a/src/style.css b/src/style.css
index 00ade15..0c72755 100644
--- a/src/style.css
+++ b/src/style.css
@@ -5,6 +5,7 @@
}
body {
+ overscroll-behavior-y: contain;
margin: 0;
place-items: center;
min-width: 320px;
@@ -19,7 +20,7 @@ button {
border-radius: 8px;
border: 1px solid #fff;
padding: 0.6em 1.2em;
- font-size: 1em;
+ font-size: 0.8em;
font-weight: 500;
font-family: inherit;
color: #fff;
@@ -40,7 +41,6 @@ button:focus-visible {
margin: 0 auto;
text-align: center;
}
-
.campo {
user-select: none;
width: 100%;
@@ -59,16 +59,41 @@ button:focus-visible {
text-align: right;
}
.bot {
- float: left;
- width: 50%;
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ width: 100%;
margin-top: 10px;
+ margin-bottom: 1px;
+ text-align: right;
background-color: #000;
}
.col {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
float: left;
- font-size: 60vh;
width: 50%;
}
+.punt {
+ font-size: 60vh;
+}
+.form {
+ font-size: 5vh;
+ border-top: #fff dashed 25px;
+ padding-top: 50px;
+ padding-bottom: 50px;
+}
+.formtit {
+ font-size: 5vh;
+ margin-top: 30px;
+ margin-bottom: 20px;
+}
+.formdiv {
+ font-size: 20vh;
+ float: left;
+ width: 32%;
+}
.home {
background-color: #00f;
}
diff --git a/vite.config.js b/vite.config.js
index ebadfd0..0dc0206 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -15,6 +15,7 @@ export default defineConfig({
description: "Segnapunti standalone.",
background_color: "#eee",
theme_color: '#ffffff',
+ display: "fullscreen",
orientation: "landscape",
icons: [
{