Improving header styles

This commit is contained in:
Fabian
2019-07-29 16:10:43 +02:00
parent b5b7285e38
commit c3dbc1d857
3 changed files with 45 additions and 22 deletions

View File

@ -1,10 +1,9 @@
* {
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
font-size: $default-font-size;
font-size: 1rem;
}
html,
body {
margin: 0;
@ -43,4 +42,8 @@ h5 {
h6 {
font-size: .67rem;
}
hr {
border-top: 1px solid rgb(128, 128, 128);
}