Inrease font size for small devices

main
Brian Picciano 1 year ago
parent cbaaad38c9
commit 9a14e93524
  1. 6
      src/http/static/mediocre.css

@ -61,6 +61,12 @@ html {
font-size: 1em; font-size: 1em;
} }
@media (max-width: 800px) {
html {
font-size: 1.3em;
}
}
header { header {
background: var(--nc-bg-1); background: var(--nc-bg-1);
font-size: 1.5rem; font-size: 1.5rem;

Loading…
Cancel
Save