try fixing weird mobile background behaviour

This commit is contained in:
Jonathan Souter
2023-02-28 21:38:31 +10:30
parent 95bfa11670
commit 60d6d79dbd

View File

@ -82,8 +82,8 @@ hr {
body { body {
color: var(--text); color: var(--text);
background: var(--bg); background: var(--bg);
background-size: cover; /* background-size: cover;
background-attachment: fixed; background-attachment: fixed; */
line-height: 1.3; line-height: 1.3;
display: flex; display: flex;
justify-content: center; justify-content: center;