testing html base font size

This commit is contained in:
Antoine M 2024-04-23 15:39:06 +02:00
parent ff2579d3e7
commit 4297ac6074

View File

@ -39,3 +39,12 @@ h6 {
margin: 0;
padding: 0;
}
// html {
// font-size: 14px;
// }
// @media (min-width: 420px) {
// html {
// font-size: 16px;
// }
// }