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");