diff options
author | 2024-07-08 18:12:33 +0200 | |
---|---|---|
committer | 2024-07-08 18:12:33 +0200 | |
commit | 9a7c8926f5b2b80a66f34953a34827ac4eae3a97 (patch) | |
tree | 9a8df03895c6d1f0d41e5f1702293e90543c2730 /web/source | |
parent | [feature/frontend] Allow setting alt-text for avatar + header (#3086) (diff) | |
download | gotosocial-9a7c8926f5b2b80a66f34953a34827ac4eae3a97.tar.xz |
[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
Diffstat (limited to 'web/source')
-rw-r--r-- | web/source/css/index.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/source/css/index.css b/web/source/css/index.css index b7145b7d9..59909ec33 100644 --- a/web/source/css/index.css +++ b/web/source/css/index.css @@ -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; |