Changing font-size behaviour

This commit is contained in:
Fabian
2019-08-13 21:10:36 +02:00
parent 072eef3daa
commit e207120f57
3 changed files with 22 additions and 12 deletions

View File

@ -1,7 +1,5 @@
* {
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
}
html,
@ -9,6 +7,8 @@ body {
margin: 0;
min-height: 100vh;
min-width: 100%;
font-size: 1rem;
font-family: 'Roboto', sans-serif;
}
.margin {