mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
increase font size
This commit is contained in:
parent
a21d68e7ca
commit
da2c82bba7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ body {
|
||||||
@apply bg-background-main font-main text-type-text;
|
@apply bg-background-main font-main text-type-text;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
min-height: 100dvh;
|
min-height: 100dvh;
|
||||||
font-size: 1.0235em;
|
font-size: 1.0248em;
|
||||||
scrollbar-width: none; /* Hide scrollbar for Firefox */
|
scrollbar-width: none; /* Hide scrollbar for Firefox */
|
||||||
-ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
|
-ms-overflow-style: none; /* Hide scrollbar for Internet Explorer and Edge */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue