diff --git a/public/styles.css b/public/styles.css index b95950e..0814df5 100644 --- a/public/styles.css +++ b/public/styles.css @@ -243,6 +243,12 @@ a:focus { 0.1s text-decoration ease-in-out; } +@media only screen and (min-width: 2000px) { + .page { + height: 11in; + } +} + @media only screen and (min-width: 768px) and (max-width: 900px) { html, body {