From aca2764d914d23871f7578aeba1a1c2332e9674c Mon Sep 17 00:00:00 2001 From: Patrick McDavid Date: Mon, 9 Dec 2024 18:22:54 -0700 Subject: [PATCH] fix: update Bootstrap CDN links to version 5.3.3 and adjust margin in Guild.vue --- index.html | 4 ++-- src/views/Guild.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a4e9479..4b07ae3 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@
- - + + diff --git a/src/views/Guild.vue b/src/views/Guild.vue index 6807a63..318e89a 100644 --- a/src/views/Guild.vue +++ b/src/views/Guild.vue @@ -110,6 +110,7 @@ export default { height: 40px; border-radius: 100%; display:inline-block; + margin:3px 6px; } .roundedGameBox{ border: 1px solid #40474f;