Skip to content

Commit c110ee8

Browse files
committed
fix: numfocus logo style
1 parent a6d0304 commit c110ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/numfocus.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import NumFocusImage from '~/assets/logos/numfocus-affiliated-project.png';
77
<PageLayout title="About Us">
88
<div class="flex justify-center my-6 pb-6">
99
<div class="card p-4 w-full max-w-3xl shadow-xl">
10-
<Image src={NumFocusImage} alt="NumFOCUS Affiliated Project" class="mx-auto mb-4" style="max-width: 200px;" />
10+
<Image src={NumFocusImage} alt="NumFOCUS Affiliated Project" class="mx-auto mb-4" />
1111
<div class="card-text">
1212
<p>
1313
Our code is proudly a NumFOCUS affiliated project. We support openness in computational mathematics and statistics, and our ethos aligns with the

0 commit comments

Comments
 (0)