From 75c804f6505d5068a18ea52b0684bed1fd4aa47d Mon Sep 17 00:00:00 2001 From: Leo <5376265+leoherzog@users.noreply.github.com> Date: Tue, 3 Nov 2020 13:23:00 -0500 Subject: [PATCH] Fix Horrific Firefox Background Bug --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9cba5f4..137d223 100644 --- a/style.css +++ b/style.css @@ -14,6 +14,8 @@ body { color: var(--white); background: var(--gradient); font-family: 'Alata', sans-serif; + height: 100vh; + width: 100vw; } input { @@ -216,4 +218,4 @@ label[for="torrent"] { width: 95%; } -} \ No newline at end of file +}