ninetydegrees (90d)☕ (
ninetydegrees) wrote in
dw_dev_training2015-07-16 11:57 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
Entry tags:
Styles: what do I need to know about our breakpoint system?
Hi! I would love to patch the style I've submitted but I don't know if it needs @media $medium_media_query and @media $large_media_query and if so, where to put them exactly. Could someone explain our breakpoint system to me?
no subject
@media $large_media_query is used less often; mostly to adjust padding or make tweaks.
no subject
no subject
no subject
I think for that the medium breakpoint would be a good place to shrink those! Because on smaller screens big margins can eat up space rather quickly
no subject
no subject
I think that the appearance on small versus large screens is different enough that I'd treat them differently. That being said, the margins being a percentage may be enough to adjust for the differing screen size?
no subject
no subject
It also works to open up chrome dev tools or Firefox dev tools and set the device width in them!
(A little hard to explain but basically there's a way to force mobile view at a specific size)