From 4eb428c325208f9a66e1a82c676a753a7e2d94a0 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Tue, 18 Aug 2026 22:16:44 +0200 Subject: [PATCH] fix: resize bandwidth 404 --- src/error.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/error.vue b/src/error.vue index c039897..5de8ad4 100644 --- a/src/error.vue +++ b/src/error.vue @@ -61,7 +61,7 @@ const { error } = defineProps<{ error: any }>(); } .bandwidth.notfound { - height: 32rem; + height: 26rem; margin-bottom: 4em; } @@ -94,7 +94,7 @@ const { error } = defineProps<{ error: any }>(); height: 16rem; } .bandwidth.notfound { - height: 24rem; + height: 16rem; } }