Files
music_library/backlog/completed/ml-58 - Standardize-page-header-top-margin.md
T
Claudio Ortolina 2a688e2309 Cleanup old tasks
2026-04-24 09:58:09 +01:00

723 B

id, title, status, assignee, created_date, labels, dependencies, references, priority
id title status assignee created_date labels dependencies references priority
ML-58 Standardize page header top margin Done
2026-04-20 08:54
https://github.com/cloud8421/music_library/issues/117
medium

Description

GitHub: created 2026-03-16 · updated 2026-03-16 · closed 2026-03-16

Problem

Page-level section headers use inconsistent top margins:

  • Stats sections: mt-5 (stats_live/index.ex:20)
  • Maintenance: mt-2 (maintenance_live/index.ex:21)
  • TopByPeriod: no margin (stats_live/top_by_period.ex:23)

Suggestion

Pick a standard margin (e.g. mt-5) for all page-level h1 section headers.