From fb044323268c571e56d82272dd40bab15bb338d2 Mon Sep 17 00:00:00 2001
From: Peter Hoppe
Date: Mon, 20 Feb 2023 00:56:37 +0100
Subject: [PATCH] background-size
---
src/App.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.css b/src/App.css
index 5c1868e..5d3c495 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,7 +1,7 @@
.App {
text-align: center;
background-color: rgb(243, 97, 12);
- height: 100vh;
+ background-size: 100% 100%;
}
.neben