fix: resize bandwidth 404

This commit is contained in:
mrjvs
2026-08-18 22:16:44 +02:00
parent 0450798c5e
commit 4eb428c325

View File

@@ -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;
}
}