change flex direction to column to display images, fix #67
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5b06fee300
commit
600d242be8
@ -555,7 +555,7 @@ footer.post-footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.shout .p-summary.portrait {
|
.shout .p-summary.portrait {
|
||||||
/* flex-direction: row; */
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shout .p-summary.landscape {
|
.shout .p-summary.landscape {
|
||||||
|
Loading…
Reference in New Issue
Block a user