[chore/frontend] Put ActivityPub logo on index page (#3087)

* [chore/frontend] Put ActivityPub logo on index page

* tidy up

* embiggen the logo a bit

* use light logo instead

* ensmallen link container
This commit is contained in:
tobi 2024-07-08 18:12:33 +02:00 committed by GitHub
commit 9a7c8926f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 359 additions and 2 deletions

View file

@ -61,6 +61,20 @@
}
}
.what-is-this .about-section-contents .activitypub-logo-wrapper {
display: flex;
flex-direction: column;
max-width: fit-content;
gap: 0.5rem;
.activitypub-logo {
background: $fg;
box-shadow: $boxshadow;
border-radius: $br;
max-width: 100%;
}
}
.apps {
align-self: start;