diff options
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index f051855f..3f795316 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -5,6 +5,7 @@ body { display: flex; flex-direction: column; min-height: 100vh; + min-height: -webkit-fill-available; font-family: Roboto, sans-serif; background-color: #fafafa; /* grey50 */ color: rgba(0, 0, 0, 0.87); /* 87% black */ |
