Fix hero mascot hidden/oversized on mobile

The hero mascot was hidden on phones (display:none breakpoint) and, once shown,
ballooned because the theme's .md-typeset img max-width:100% beat the mascot
rule. Scope the mobile mascot size with higher specificity (max-width:180px,
centered) so Inky renders cleanly on mobile. Desktop unchanged.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
SharonHart
2026-06-28 16:18:06 +03:00
parent 8f335e3840
commit 2f708d224d
141 changed files with 2308 additions and 4081 deletions

View File

@@ -1,4 +1,4 @@
id,name,city,comments
1,John,New York,called him yesterday to confirm he requested to call back in 2 days
2,Jill,Los Angeles,accepted the offer license number AC432223
3,Jack,Chicago,need to call him at phone number 212-555-5555
id,name,city,comments
1,John,New York,called him yesterday to confirm he requested to call back in 2 days
2,Jill,Los Angeles,accepted the offer license number AC432223
3,Jack,Chicago,need to call him at phone number 212-555-5555
1 id name city comments
2 1 John New York called him yesterday to confirm he requested to call back in 2 days
3 2 Jill Los Angeles accepted the offer license number AC432223
4 3 Jack Chicago need to call him at phone number 212-555-5555