fix: re-enable margin-top for headers in full page view
1 file changed, 4 insertions(+), 3 deletions(-)
changed files
M frontend/static/style.css → frontend/static/style.css
@@ -135,9 +135,6 @@ } h2 { font-size: 1.5rem; -} - -h2 { margin-top: 0; }@@ -154,6 +151,10 @@ } dialog > button { float: right; +} + +main > h2 { + margin-top: revert; } dialog > h2 {