File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ const getAnchorPath = computed(
21
21
<p class =" place" >
22
22
Otemachi PLACE HALL & ; CONFERENCE
23
23
<br /><time datetime =" 2024-10-19T00:00+09:00"
24
- >{{ $t('top_page.date') }}<template v-if =" locale === ' ja' " ><span class =" day-of-week" >SAT</span ></template ></time
24
+ >{{ $t('top_page.date')
25
+ }}<template v-if =" locale === ' ja' " ><span class =" day-of-week" >SAT</span ></template ></time
25
26
>
26
27
</p >
27
28
</div >
@@ -80,6 +81,7 @@ const getAnchorPath = computed(
80
81
z-index : -1 ;
81
82
width : 100% ;
82
83
}
84
+
83
85
.image-wrapper {
84
86
position : relative ;
85
87
width : 100% ;
@@ -149,8 +151,8 @@ const getAnchorPath = computed(
149
151
}
150
152
.image-wrapper {
151
153
background-size : auto 100% ;
154
+ background-image : url (' /main-visual-tablet.png' );
152
155
}
153
-
154
156
.section-title {
155
157
font-size : var (--font-size-heading500 );
156
158
font-weight : 700 ;
@@ -179,6 +181,9 @@ const getAnchorPath = computed(
179
181
}
180
182
181
183
@media (--mobile) {
184
+ .image-wrapper {
185
+ background-image : url (' /main-visual-mobile.png' );
186
+ }
182
187
.day-of-week {
183
188
font-size : var (--font-size-body100 );
184
189
}
You can’t perform that action at this time.
0 commit comments