mirror of https://github.com/vtrois/kratos
fix: picture size problem (#309)
parent
bb5df536f1
commit
9a1ea54c7d
|
@ -1163,6 +1163,10 @@ button:focus {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.k-main .details .article .content .wp-caption {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.k-main .details .article .copyright {
|
.k-main .details .article .copyright {
|
||||||
padding: 0 16px 16px;
|
padding: 0 16px 16px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue