mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-08-04 17:20:46 -05:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user