@@ -21,7 +21,7 @@
alt=""
>
<img
- class="background-image-text"
+ class="background-image"
src="@/assets/image/bg-text.png"
alt="background"
@@ -71,13 +71,15 @@ export default {
bottom: 6.547vh;
height: 3.438vh;
}
-.background-image-text {
+.background-image {
position: fixed;
- left: 10%;
- top: 10%;
- object-fit: contain;
- width: 80vw;
- height: 80vh;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ top: 0;
+ object-fit: cover;
+ width: 100vw;
+ height: 100vh;
z-index: -1;
</style>
@@ -36,7 +36,7 @@
@@ -124,13 +124,15 @@ export default {
- .background-image-text {
+ .background-image {
position: absolute;