aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/networking/wwwroot.zipbin230985 -> 230989 bytes
-rw-r--r--backends/networking/wwwroot/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/backends/networking/wwwroot.zip b/backends/networking/wwwroot.zip
index a57355e9f3..4dcb9b0dfd 100644
--- a/backends/networking/wwwroot.zip
+++ b/backends/networking/wwwroot.zip
Binary files differ
diff --git a/backends/networking/wwwroot/style.css b/backends/networking/wwwroot/style.css
index 59d96671db..e00a2bcd74 100644
--- a/backends/networking/wwwroot/style.css
+++ b/backends/networking/wwwroot/style.css
@@ -1,7 +1,7 @@
html {
background: rgb(212, 117, 11);
background: linear-gradient(to bottom, rgb(212, 117, 11) 0%, rgb(212, 117, 11) 36%, rgb(239, 196, 24) 100%);
- height: 100vh;
+ min-height: 100vh;
}
.container {