content ample wide to post/page width in one column
This commit is contained in:
parent
55bc84488a
commit
4bc3760e27
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue