diff --git a/src/components/FirstPage.vue b/src/components/FirstPage.vue index 455a274..8206a77 100644 --- a/src/components/FirstPage.vue +++ b/src/components/FirstPage.vue @@ -385,18 +385,20 @@ export default { top: 50% !important; left: 50% !important; transform: translate(-50%, -50%); - width: 1366px !important; + width: 1092px !important; /* 683 */ - height: 1024px !important; + height: 819px !important; /* 512 */ z-index: 100 !important; } .child { - width: 1366px !important; - height: 1024px !important; + /* 0.8 */ + width: 1092px !important; + /* 0.8 */ + height: 819px !important; z-index: 100 !important; - opacity: 0.7 !important; + opacity: 0.9 !important; } .center {