Skip to content

Commit d48a319

Browse files
committed
adjust
1 parent ce8e53b commit d48a319

1 file changed

Lines changed: 3 additions & 25 deletions

File tree

src/App.tsx

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -205,30 +205,6 @@ function Body() {
205205
}
206206
</GlCards>
207207

208-
{/*
209-
<GlArticle
210-
title="Article title"
211-
body={`Lorem.`}
212-
buttonLabel="Article Button label"
213-
buttonLink={{
214-
href: "https://example.com"
215-
}}
216-
illustration={{
217-
type: "video",
218-
hasShadow: false,
219-
sources: [
220-
{
221-
src: mesaMp4,
222-
type: "video/mp4"
223-
}
224-
]
225-
}}
226-
hasAnimation={true}
227-
/>
228-
229-
<GlSectionDivider />
230-
*/}
231-
232208
<GlSectionDivider />
233209

234210
<GlCheckList
@@ -306,10 +282,12 @@ function Body() {
306282
hasAnimation={true}
307283
/>
308284

285+
<GlSectionDivider />
286+
309287
<GlArticle
310288
title="MESA papers to cite"
311289
body={
312-
<div style={{ maxHeight: "500px", overflowY: "auto" }}>
290+
<div style={{ maxHeight: "400px", overflowY: "auto", width: "500px" }}>
313291
<CopyBlock
314292
language={"bash"}
315293
text={useMesaBibTxt()}

0 commit comments

Comments
 (0)