Update _publication.scss
Added media query to complement the full/half pgrid-item dynamic resizing on loading.
This commit is contained in:
parent
4c77300eeb
commit
c4d3682642
|
@ -205,6 +205,13 @@
|
||||||
width: 49.5%;
|
width: 49.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width:769px) {
|
||||||
|
.pgrid-sizer,
|
||||||
|
.pgrid-item {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.pgrid-item {
|
.pgrid-item {
|
||||||
float: left;
|
float: left;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
|
|
Loading…
Reference in New Issue