mirror of https://github.com/vtrois/kratos
fix: h2 title style (#385)
parent
6883a9ef67
commit
ba4cd228a4
|
@ -958,7 +958,7 @@ ol {
|
||||||
}
|
}
|
||||||
|
|
||||||
.k-main .details .article .content h2.title {
|
.k-main .details .article .content h2.title {
|
||||||
margin: 16px -16px;
|
margin: 16px -20px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
border-left: 5px solid #00a2ff;
|
border-left: 5px solid #00a2ff;
|
||||||
background-color: rgba(243, 243, 243, 0.7);
|
background-color: rgba(243, 243, 243, 0.7);
|
||||||
|
|
Loading…
Reference in New Issue