Merge pull request #262 from helgrind/pgrid-item_media_query_fix
Update _publication.scss to fix bad initial layout on mobile
This commit is contained in:
commit
a98cba6d9b
|
@ -205,6 +205,13 @@
|
|||
width: 49.5%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width:769px) {
|
||||
.pgrid-sizer,
|
||||
.pgrid-item {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.pgrid-item {
|
||||
float: left;
|
||||
border-radius: 0.25rem;
|
||||
|
|
Loading…
Reference in New Issue