mirror of https://github.com/vtrois/kratos
fix: header styles smaller than 768px (#510)
parent
bc906b6c83
commit
66dc12aee4
24
style.css
24
style.css
|
@ -966,15 +966,9 @@ ol {
|
|||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.k-main .details .article h1 {
|
||||
.k-main .details .article .header h1 {
|
||||
margin-bottom: 16px;
|
||||
font-weight: 500;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.k-main .details .article h1 {
|
||||
margin-bottom: 24px;
|
||||
font-size: 34px;
|
||||
}
|
||||
|
||||
.k-main .details .article .content h2:not(:first-child) {
|
||||
|
@ -1338,12 +1332,24 @@ ol {
|
|||
padding: 0 16px 12px;
|
||||
}
|
||||
|
||||
.k-main .details .article h1 {
|
||||
margin-top: 14px;
|
||||
.k-main .details .article .header h1 {
|
||||
margin-bottom: 14px;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.k-main .details .article .content h1 {
|
||||
font-weight: 500;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.k-main .details .article .content h2:not(:first-child) {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.k-main .details .article .content h3:not(:first-child) {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.k-main .details .article .header .meta {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue