Added link to IFDSA and added custom CSS for it

This commit is contained in:
xtzws 2025-04-24 01:04:25 -04:00 committed by GitHub
parent aac2fc628e
commit c65799b29b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -7,4 +7,14 @@
html {
font-family: Beast;
}
.terms {
font-family: "Satoshi", "Olympic Sans", "Beast", "Arial", sans-serif;
font-weight: 450;
position: fixed;
bottom: 0;
width: fit-content;
max-width: 500px;
margin-inline: auto;
}