This commit is contained in:
parent
42ac27fff1
commit
d66e5ad289
1 changed files with 15 additions and 0 deletions
|
|
@ -11,3 +11,18 @@
|
|||
.container h3, .container h4, .container h5, .container h6 {
|
||||
color: $base-color;
|
||||
}
|
||||
|
||||
.container h3 {
|
||||
font-size: 33px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.container h4 {
|
||||
font-size: 25px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.container h5 {
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
}
|
||||
Loading…
Reference in a new issue