Skip to content

Commit fcbfa8c

Browse files
fix(webapp): centre the landing attribution on mobile
The copy beside it already switches to centred below md, so the institutional logos were the only part of the section still sitting left on a phone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017VKWqbmrPJFv8aKZBp36uD
1 parent 161d61e commit fcbfa8c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

webapp/src/components/info/landing/LandingProjectOriginsSection.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ export function LandingProjectOriginsSection() {
1616
Technologies at the Technical University of Munich.
1717
</p>
1818
</div>
19-
<InstitutionalAttribution />
19+
<div className="justify-self-center md:justify-self-auto">
20+
<InstitutionalAttribution />
21+
</div>
2022
</div>
2123
</section>
2224
);

0 commit comments

Comments
 (0)