From 6be9a61598fd02b35053be7b862a1bfc91bb8ef4 Mon Sep 17 00:00:00 2001 From: tobinio Date: Tue, 18 Jun 2024 17:42:47 +0200 Subject: [PATCH] feat: add github link --- layouts/default.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/default.vue b/layouts/default.vue index f0db774..9be4a5c 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -51,6 +51,9 @@ const modpackCountUrls = [ update Data + + +
@@ -66,7 +69,7 @@ const modpackCountUrls = [ display: flex; - gap: max(10%, 75px); + justify-content: space-between; align-items: center; overflow: scroll; -- 2.51.2