tractatus/public/css
TheFlow b670e49d79 fix(css): correct justify-center syntax error in loading overlay
Fixed invalid CSS property 'justify-center;' on line 486 of
tractatus-theme.css. Changed to correct CSS property:
'justify-content: center;'

This was causing Firefox console errors:
"Unknown property 'justify-center;'. Declaration dropped."

The error was in the .loading-overlay class which is used for
loading states across admin pages. The invalid property prevented
proper centering of loading spinners on mobile devices.

Also regenerated minified CSS (39.4% size reduction: 24KB → 15KB).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 12:41:53 +13:00
..
src fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
fonts.css fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
tailwind.css fix(submissions): restructure Economist package and fix article display 2025-10-24 08:47:42 +13:00
tractatus-theme.css fix(css): correct justify-center syntax error in loading overlay 2025-10-24 12:41:53 +13:00
tractatus-theme.min.css fix(css): correct justify-center syntax error in loading overlay 2025-10-24 12:41:53 +13:00