@@ -26,11 +26,10 @@ const props = defineProps({
// background-color: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
- // align-items: center;
- padding-top: 500px;
+ align-items: center;
img {
- width: 270px;
- height: 282px;
+ width: 110px;
+ height: 110px;
}
</style>