Fix post featured image width
This commit is contained in:
parent
6ac55407b3
commit
5ad96f7c12
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -833,6 +833,7 @@ make sure this only happens on large viewports / desktop-ish devices.
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
|
Loading…
Reference in a new issue