File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,16 @@ body {
18
18
word-wrap : break-word;
19
19
-ms-text-size-adjust : 100% ;
20
20
-webkit-text-size-adjust : 100% ;
21
+
22
+ padding-top : constant (safe-area-inset-top);
23
+ padding-right : constant (safe-area-inset-right);
24
+ padding-bottom : constant (safe-area-inset-bottom);
25
+ padding-left : constant (safe-area-inset-left);
26
+
27
+ padding-top : env (safe-area-inset-top);
28
+ padding-right : env (safe-area-inset-right);
29
+ padding-bottom : env (safe-area-inset-bottom);
30
+ padding-left : env (safe-area-inset-left);
21
31
}
22
32
23
33
h1 , h2 , h3 ,
Original file line number Diff line number Diff line change 1
1
2
2
< meta charset ="utf-8 ">
3
3
{{ hugo.Generator }}
4
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
4
+ < meta name ="viewport " content ="width=device-width,initial-scale=1,viewport-fit=cover ">
5
5
< meta name ="color-scheme " content ="light only ">
6
6
< meta name ="supported-color-schemes " content ="light only ">
7
7
You can’t perform that action at this time.
0 commit comments