diff --git a/src/assets/header.png b/src/assets/header.png index 17ad7df..d8afcca 100644 Binary files a/src/assets/header.png and b/src/assets/header.png differ diff --git a/src/components/layout/Header.vue b/src/components/layout/Header.vue index 4775cd4..a079ed9 100644 --- a/src/components/layout/Header.vue +++ b/src/components/layout/Header.vue @@ -70,9 +70,9 @@ export default { @import "../../assets/styles/variables"; header { - background: url(../../assets/header-wings.png) left 12% top 72px / 95% no-repeat, url(../../assets/header.png) center / 100.25% 100% no-repeat; + background: url(../../assets/header.png) center / 65% 100% no-repeat; // background-size: 100% 100%; - // background-size: cover; + // background-size: 13515px 634px; // background-position: bottom; height: adjust(h(580px)); width: adjust(w(21120px)); @@ -113,13 +113,13 @@ header { } .company { - margin-left: adjust(w(3800px)); + margin-left: adjust(w(4035px)); height: adjust(h(130px)); - font-size: adjust(h(100px)); // font-weight: 600; text-align: center; color: lighten($main-color, 8); - letter-spacing: 2px; + font-size: adjust(h(90px)); + letter-spacing: unset; // background: red; // width: adjust(w(1320px)); // background: url("../../assets/company.png") center/cover no-repeat; @@ -127,9 +127,9 @@ header { .datetime { color: $main-color; - font-size: adjust(h(100px)); + font-size: adjust(h(90px)); text-align: center; - margin-left: adjust(w(15520px)); + margin-left: adjust(w(15420px)); color: lighten($main-color, 8); height: adjust(h(130px)); // width: adjust(w(1764px)); diff --git a/src/components/layout/Main.vue b/src/components/layout/Main.vue index 25cb82e..ab090df 100644 --- a/src/components/layout/Main.vue +++ b/src/components/layout/Main.vue @@ -174,7 +174,7 @@ export default { main { height: 1px; flex: 1; - // background: #eee2; + // background: #f2e2; } .area-one { diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 3045243..140a736 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -29,7 +29,7 @@ export default { height: adjust($actual_height); width: adjust($actual_width); overflow: hidden; - background: url(../assets/bg.png) center/cover no-repeat, #cccc; + background: url(../assets/bg.png) center/cover no-repeat, #E0E3F6; color: white; display: flex; flex-direction: column;