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) {
|
||||
.indexall.wide {
|
||||
width: auto;
|
||||
width: 30.6rem;
|
||||
}
|
||||
.indexall.wide .boxentry {
|
||||
width: 100%;
|
||||
}
|
||||
.indexall.wide .contentcurt {
|
||||
column-count: 2;
|
||||
/* column-count: 2; */
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1920px) {
|
||||
|
|
Loading…
Reference in New Issue