Skip to content

Commit 2da276d

Browse files
committed
add accessibility statement #23
1 parent 2b4d78b commit 2da276d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/Footer.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<a href="https://www.uni-jena.de/">Friedrich Schiller University of Jena</a>
1616
<br />
1717
<br />
18-
<span>@2024 BEXIS2</span> <a href={base + '/imprint'}>Imprint</a>
18+
<span>@2024 BEXIS2</span> <a href={base + '/imprint'}>Imprint</a> <a href={base + '/accessibility'}>Accessibility</a>
1919
</Col>
2020
<Col xs="1"></Col>
2121
<Col xs="8">
@@ -31,7 +31,7 @@
3131
</div>
3232
</Col>
3333
</Row>
34-
<div class="text-end">
34+
<div class="text-end" style="font-size: x-small">
3535
This work was supported by the German Research Foundation (DFG) within the project “Establishment of the National Research Data Infrastructure (NFDI)” in the consortium NFDI4Biodiversity (project number 442032008).
3636
</div>
3737
</Col>
@@ -50,7 +50,7 @@
5050
max-width: 1024px;
5151
margin: 0 auto;
5252
box-sizing: border-box;
53-
font-size: x-small;
53+
font-size: small;
5454
}
5555
5656
footer a {

0 commit comments

Comments
 (0)