From 188abf1d5f399bc8acd3ca0c27804c5c7c13d262 Mon Sep 17 00:00:00 2001 From: Adam French Date: Sat, 29 Nov 2025 01:47:45 +0000 Subject: [PATCH] update site --- nginx/vue/public/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx/vue/public/css/styles.css b/nginx/vue/public/css/styles.css index 91e216a..9ee5a6d 100644 --- a/nginx/vue/public/css/styles.css +++ b/nginx/vue/public/css/styles.css @@ -75,7 +75,7 @@ video { } .tile3 { - width: 900px; + width: 936px; } .border1 { @@ -106,7 +106,7 @@ video { flex-direction: row; flex-wrap: wrap; justify-content: center; - gap: 1rem; + gap: 10px; } .flex-col { @@ -114,7 +114,7 @@ video { flex-direction: column; flex-wrap: wrap; justify-content: center; - gap: 1rem; + gap: 10px; } .margin1 {