style: Compact admin UI density - reduce card padding and header size
TaxBaik CI/CD / build-and-deploy (push) Successful in 57s
TaxBaik CI/CD / build-and-deploy (push) Successful in 57s
- Reduce card-body padding from p-3 p-md-4 p-xl-4 to p-2 p-md-3 - Decrease admin-page-shell gap from 1rem to 0.5rem - Reduce page header title size from 1.02rem to 0.9rem - Reduce header margin-bottom from 0.5rem to 0.4rem - Improve visual hierarchy with tighter spacing Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -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-3 p-md-4 p-xl-4">
|
||||
<div class="card-body p-2 p-md-3">
|
||||
@RenderBody()
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user