style: Extreme density optimization - ultra-compact admin UI
TaxBaik CI/CD / build-and-deploy (push) Successful in 55s

- Reduce admin-page-shell gap from 0.5rem to 0.25rem
- Reduce page header title from 0.9rem to 0.78rem
- Reduce header margins: eyebrow (0.2rem→0.1rem), subtitle (0.2rem→0.1rem), title (0.3rem→0.15rem)
- Reduce page-header margin-bottom from 0.4rem to 0.25rem
- Reduce card-body padding to p-2 across all breakpoints
- Reduce admin-page-shell padding from 1rem to 0.5rem
- Achieve Douzone-level data density

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-07-09 21:48:49 +09:00
parent d95a88bc3d
commit 05dfa17dde
2 changed files with 19 additions and 14 deletions
@@ -114,7 +114,7 @@
</aside>
<main class="col-12 col-lg-10 col-xxl-10">
<div class="card shadow-sm border-0 admin-content-card admin-main-surface">
<div class="card-body p-2 p-md-3">
<div class="card-body p-2 p-md-2 p-lg-2">
@RenderBody()
</div>
</div>