update logo

This commit is contained in:
Chris Kruining 2024-11-21 07:39:42 +01:00
parent aa8ec31353
commit accd865f6b
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
7 changed files with 241 additions and 18 deletions

View file

@ -32,15 +32,19 @@
& > .logo {
inline-size: 3em;
block-size: 3em;
padding: .75em;
padding: .5em;
margin-block-end: -1em;
background-color: inherit;
color: inherit;
border-radius: .25em;
& > svg {
inline-size: 100%;
block-size: 100%;
& > picture {
display: contents;
& > img {
inline-size: 100%;
block-size: 100%;
}
}
}