Fix dimensione testo html

This commit is contained in:
loviuz 2022-07-13 16:39:08 +02:00
parent b1d047cb32
commit f8975166ee
1 changed files with 5 additions and 6 deletions

View File

@ -30,7 +30,11 @@
url('../fonts/sourcesanspro-regular-webfont.svg') format('svg');
}
html,
html{
font-size: 13px;
height: 100%;
}
body {
font-family: sans-serif, "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
@ -38,11 +42,6 @@ body {
line-height: 1.5;
color: #212529;
text-align: left;
/*background-color: #fff;*/
}
html {
height: 100%;
}
textarea {