content ample wide to post/page width in one column

This commit is contained in:
jorge-vitrubio 2022-09-06 12:43:27 +02:00
parent 55bc84488a
commit 4bc3760e27
1 changed files with 2 additions and 1 deletions

View File

@ -519,12 +519,13 @@
@media screen and (min-width: 754px) { @media screen and (min-width: 754px) {
.indexall.wide { .indexall.wide {
width: auto; width: auto;
width: 30.6rem;
} }
.indexall.wide .boxentry { .indexall.wide .boxentry {
width: 100%; width: 100%;
} }
.indexall.wide .contentcurt { .indexall.wide .contentcurt {
column-count: 2; /* column-count: 2; */
} }
} }
@media screen and (min-width: 1920px) { @media screen and (min-width: 1920px) {