style(design): FINDING-002 — fix H5 heading size (20px → 16px)
H5 was using Bootstrap default (1.25rem = 20px), larger than the H4 page title (18px). This inverted the heading hierarchy. Set H5 to 16px/600 per DESIGN.md section title spec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -164,6 +164,12 @@ h4 {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* Section/modal titles — DESIGN.md: 16px/600 Display */
|
||||
h5 {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* Data font — selective: codes, numbers, sums, dates. NOT text names. */
|
||||
.font-data, code, .dif-sku, .detail-item-card .card-sku {
|
||||
font-family: var(--font-data);
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.css" rel="stylesheet">
|
||||
{% set rp = request.scope.get('root_path', '') %}
|
||||
<link href="{{ rp }}/static/css/style.css?v=32" rel="stylesheet">
|
||||
<link href="{{ rp }}/static/css/style.css?v=33" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top Navbar (hidden on mobile via CSS) -->
|
||||
|
||||
Reference in New Issue
Block a user