From 544a029e1780632034a743d99bf5ede0aeae1c8d Mon Sep 17 00:00:00 2001 From: Adam French Date: Sat, 29 Nov 2025 00:54:13 +0000 Subject: [PATCH] flex to flexbox cause looks better --- nginx/vue/public/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/vue/public/css/styles.css b/nginx/vue/public/css/styles.css index 557869c..385e263 100644 --- a/nginx/vue/public/css/styles.css +++ b/nginx/vue/public/css/styles.css @@ -86,7 +86,7 @@ video { } .flex-row { - display: flexbox; + display: flex; flex-direction: row; }