Improving header styles
This commit is contained in:
@ -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);
|
||||
}
|
Reference in New Issue
Block a user