🩹 Properly center info-card component

This commit is contained in:
2023-06-20 00:36:59 +02:00
parent cd6801d625
commit 76b7946b13

View File

@ -26,6 +26,7 @@ defineProps({
<style scoped>
.info-card {
box-sizing: border-box;
position: absolute;
left: 0;
right: 0;