diff --git a/styles/default.css b/styles/default.css index 49789f0..3ccdc93 100644 --- a/styles/default.css +++ b/styles/default.css @@ -2,8 +2,7 @@ html { font-family: monospace; font-size: large; - background: linear-gradient(to bottom right, turquoise, teal); - min-height: 100%; + background: fixed linear-gradient(to bottom right, turquoise, teal); } body {