|
|
@@ -206,6 +206,8 @@ onMounted(() => {
|
|
|
|
|
|
.page-content {
|
|
|
padding: min(3.2vw, 15.36px) min(4.267vw, 20.48px);
|
|
|
+ max-width: 480px;
|
|
|
+ margin: 0 auto;
|
|
|
}
|
|
|
|
|
|
.banner-section {
|
|
|
@@ -215,7 +217,8 @@ onMounted(() => {
|
|
|
|
|
|
.banner-img {
|
|
|
width: 100%;
|
|
|
- height: 244px;
|
|
|
+ height: auto;
|
|
|
+ aspect-ratio: 379 / 244;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
}
|