]> git.draconx.ca Git - homepage.git/commitdiff
Fix media queries that disable justification.
authorNick Bowler <nbowler@draconx.ca>
Fri, 10 Jul 2020 05:16:04 +0000 (01:16 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 10 Jul 2020 05:16:04 +0000 (01:16 -0400)
It seems at some point the rules to disable justification on narrow
displays stopped working (or maybe they never worked) due to the main
CSS selectors having higher specificity.

SCSS has a neat trick to expand the media query with matching selectors
which solves this problem nicely.  So let's use that.


No differences found