[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
parent d70f4e166d
commit 9a7c8926f5
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;