Inrease font size for small devices
This commit is contained in:
parent
cbaaad38c9
commit
9a14e93524
@ -61,6 +61,12 @@ html {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
html {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
background: var(--nc-bg-1);
|
||||
font-size: 1.5rem;
|
||||
|
Loading…
Reference in New Issue
Block a user