File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/client/theme-default/components Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref<boolean>
29
29
<div class =" main" >
30
30
<slot name =" home-hero-info-before" />
31
31
<slot name =" home-hero-info" >
32
- <h1 >
32
+ <h1 class = " heading " >
33
33
<span v-if =" name" v-html =" name" class =" name clip" ></span >
34
34
<span v-if =" text" v-html =" text" class =" text" ></span >
35
35
</h1 >
@@ -125,9 +125,14 @@ const heroImageSlotExists = inject('hero-image-slot-exists') as Ref<boolean>
125
125
}
126
126
}
127
127
128
+ .heading {
129
+ display : flex ;
130
+ flex-direction : column ;
131
+ }
132
+
128
133
.name ,
129
134
.text {
130
- display : inline-block ;
135
+ width : fit-content ;
131
136
max-width : 392px ;
132
137
letter-spacing : -0.4px ;
133
138
line-height : 40px ;
You can’t perform that action at this time.
0 commit comments