diff --git a/public/css/style.css b/public/css/style.css index 58d7641..2f17211 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -258,12 +258,17 @@ header p { } .section-header { + display: block; + margin-bottom: 0.75rem; +} + +.section-actions-row { display: flex; - justify-content: space-between; align-items: center; + gap: 1rem; margin-bottom: 1.5rem; - border-bottom: 1px solid var(--panel-border); - padding-bottom: 1rem; + padding-top: 1rem; + border-top: 1px solid var(--panel-border); } .section-actions { @@ -272,7 +277,7 @@ header p { align-items: center; gap: 0.5rem; min-width: 0; - justify-content: flex-end; + justify-content: flex-start; } .action-btn { diff --git a/public/index.html b/public/index.html index f525953..e370f96 100644 --- a/public/index.html +++ b/public/index.html @@ -40,6 +40,9 @@

Available Videos

+
+
+