]> git.draconx.ca Git - homepage.git/commit
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)
commitd07907f27644b18d6d552907d31ae98f8585ef38
tree9dcd79943c5844768837d20562c5b075479eceae
parent00a9b42301aeb19c08c43f3774dd4e2e27945b5e
Fix media queries that disable justification.

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.
content/style.scss