Open khawkins98 opened 4 years ago
article-left-col
to the bottom using: As there's 'no grid' on mobile we can use display: flex;
up to the viewport size the grid kicks in.
@media (max-width: 1023px) {
.embl-grid {
display: flex;
flex-direction: column;
}
.article-left-col {
order: 2;
}
}
*notes:* doing this will effect all `embl-grid`s at these viewports - can we create something like `embl__news-article` on the body to hook into?
asides:
This (image below) looks incredibly busy compared to our 'containerisation' of the rest of the site designs.
related:
on - https://wwwdev.embl.org/groups/chemical-biology/ - the contact information is on the right.
Should we aim for some consistency betwixt the two too?
Noticed this while reading a news post on my phone: https://www.embl.org/news/science/new-insights-into-epigenetic-modifications/
It would be better if the "Press contact" box appeared lower on the mobile phone (bottom of post).
There are two "typical" methods to do this:
vf-u-grid--hide-for-small
This will probably bubble up into some things for vf-core, but starting the journey here.