diff --git a/includes/styles.css b/includes/styles.css index cf3919d..d5cb071 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -262,3 +262,12 @@ td, th { display: block; margin: 0 auto; } + +/* Share and theatre button styles */ +.video-controls { + display: flex; + justify-content: center; + align-items: center; + margin-top: 0.5rem; + gap: 0.5rem; +} diff --git a/includes/styles_mobile.css b/includes/styles_mobile.css index e6aaff5..e0d22bc 100644 --- a/includes/styles_mobile.css +++ b/includes/styles_mobile.css @@ -100,4 +100,12 @@ section h2 { height: auto; display: block; margin: 0 auto; +} +/* Share and theatre button mobile styles */ +.video-controls { + display: flex; + justify-content: center; + align-items: center; + margin-top: 0.5rem; + gap: 0.5rem; } \ No newline at end of file diff --git a/videos.php b/videos.php index 80805ef..f995be9 100644 --- a/videos.php +++ b/videos.php @@ -43,6 +43,10 @@ usort($videoData, function($a, $b) {

+
+ + +
@@ -54,5 +58,51 @@ usort($videoData, function($a, $b) { + + \ No newline at end of file