Skip to content

Commit 11320db

Browse files
VIA-540 AJ/DB Limit apple css fix to smaller devices as per nhs app
1 parent f87e597 commit 11320db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/css/app.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
margin-left: auto;
1919
}
2020

21-
@supports (font: -apple-system-body) {
21+
@media (max-width: 641px) {
2222
html {
2323
font: -apple-system-body;
24-
font-size: 1em;
2524
}
2625
}

0 commit comments

Comments
 (0)