From de91ad9367473d57118d4492c79275c872473b24 Mon Sep 17 00:00:00 2001 From: moanos Date: Sun, 13 Apr 2025 18:25:55 +0200 Subject: [PATCH] feat: Move result to tab content --- public/index.html | 28 ++++++++++++++-------------- src/main.scss | 3 +++ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/public/index.html b/public/index.html index 74876a2..a4c83ee 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,8 @@ Käfigrechner - + @@ -61,8 +62,8 @@

Here is a list of cages you can get.

-
-
+
+

@@ -91,7 +92,6 @@

-
-
-
- - -
-
-

Ergebnis

-
-
-
+
diff --git a/src/main.scss b/src/main.scss index 7f0fb23..6e049bb 100644 --- a/src/main.scss +++ b/src/main.scss @@ -28,6 +28,9 @@ body { padding: 5px; } +#result-card { + width: 100%; +} // Import the Google Font @import url("https://fonts.googleapis.com/css?family=Nunito:400,700");