We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da276d commit 7c66475Copy full SHA for 7c66475
src/lib/Footer.svelte
@@ -8,11 +8,11 @@
8
<hr />
9
<Row>
10
<Col xs="3">
11
- <a href="https://www.fusion.uni-jena.de/"
+ <a href="https://www.fusion.uni-jena.de/" style="font-size: x-small"
12
>FUSION: Heinz-Nixdorf Endowed Chair for Distributed Information Systems</a
13
>
14
<br />
15
- <a href="https://www.uni-jena.de/">Friedrich Schiller University of Jena</a>
+ <a href="https://www.uni-jena.de/" style="font-size: x-small">Friedrich Schiller University of Jena</a>
16
17
18
<span>@2024 BEXIS2</span> <a href={base + '/imprint'}>Imprint</a> <a href={base + '/accessibility'}>Accessibility</a>
0 commit comments