Changing font-size behaviour
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user