File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ <h2>It’s Storytime!</h2>
158
158
< h3 data-variant ="light "> Our history</ h3 >
159
159
< div >
160
160
< img src ="assets/custom/box.svg " alt ="Box " />
161
- < span >
161
+ < p >
162
162
Lorem ipsum dolor sit amet consectetur. Urna fermentum egestas
163
163
platea tempor laoreet in tellus pellentesque velit. Auctor vitae
164
164
tortor in volutpat. Lorem dolor fermentum eget neque amet sapien
@@ -167,7 +167,7 @@ <h3 data-variant="light">Our history</h3>
167
167
volutpat. Blandit in mattis libero quam. Sed sed porta mus nam nam
168
168
ipsum nascetur augue. Eu maecenas erat sociis morbi arcu dolor.
169
169
Massa commodo ut vitae sit nec.
170
- </ span >
170
+ </ p >
171
171
</ div >
172
172
</ section >
173
173
< section class ="section-with-max-width ">
Original file line number Diff line number Diff line change 80
80
justify-items : center;
81
81
gap : var (--db-spacing-fixed-xl );
82
82
83
- > p {
83
+ p {
84
84
/* 45rem are ~768 px for tablet*/
85
85
max-inline-size : 45rem ;
86
86
}
144
144
flex-direction : row;
145
145
}
146
146
}
147
+
148
+ p {
149
+ max-inline-size : 40rem ;
150
+ }
147
151
}
148
152
149
153
.section-with-max-width {
You can’t perform that action at this time.
0 commit comments