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 +}