We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d0304 commit c110ee8Copy full SHA for c110ee8
1 file changed
src/pages/numfocus.astro
@@ -7,7 +7,7 @@ import NumFocusImage from '~/assets/logos/numfocus-affiliated-project.png';
7
<PageLayout title="About Us">
8
<div class="flex justify-center my-6 pb-6">
9
<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;" />
+ <Image src={NumFocusImage} alt="NumFOCUS Affiliated Project" class="mx-auto mb-4" />
11
<div class="card-text">
12
<p>
13
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