CHANGE: css logo, bsky link

Changed CSS logo to newest version, added bsky profile link
This commit is contained in:
webfussel 2024-12-04 14:47:44 +01:00
parent 8fb2c88be1
commit fdfa87ab0d
5 changed files with 37 additions and 3 deletions

View file

@ -10,6 +10,10 @@
position: fixed;
z-index: 1000;
& .socials {
gap: 1rem;
}
& .logo {
fill-rule: evenodd;
clip-rule: evenodd;
@ -182,9 +186,12 @@
& .socials {
flex-direction: row;
height: max-content;
gap: 3rem;
padding-bottom: 2rem;
& img {
height: 75px;
height: 2rem;
width: 2rem;
}
}