commit 834406667b06c6f32f9e9f2505a5dfa8c785034a parent 74cac8a518055fc616a2218030c89d397ec63949 Author: Christian Ermann <christianermann@gmail.com> Date: Fri, 12 Jun 2020 21:17:36 -0600 Fix background image scaling Diffstat:
M | styles.css | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/styles.css b/styles.css @@ -96,6 +96,11 @@ h2 { @media only screen and (max-width: 820px) { + html { + width: auto; + height: auto; + } + body { max-width: 400px; align-items: center;