change flex direction to column to display images, fix #67
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
rra 2024-11-20 13:25:12 +01:00
parent 5b06fee300
commit 600d242be8

View File

@ -555,7 +555,7 @@ footer.post-footer {
}
.shout .p-summary.portrait {
/* flex-direction: row; */
flex-direction: column;
}
.shout .p-summary.landscape {