Inrease font size for small devices

This commit is contained in:
Brian Picciano 2022-11-23 18:57:43 +01:00
parent cbaaad38c9
commit 9a14e93524

View File

@ -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;