add new logo

This commit is contained in:
2023-08-06 12:00:26 +02:00
parent 289c6e93d9
commit 857d0b4663
15 changed files with 67 additions and 26 deletions

View File

@@ -62,7 +62,15 @@ td:nth-child(2) {
}
#link {
margin-top: 8rem;
text-align: right;
margin-top: 4rem;
font-size: 3rem;
}
width: fit-content;
float: right;
display: flex;
flex-direction: column;
align-items: center;
}
#link img {
width: 4rem;
}

View File

@@ -86,11 +86,18 @@ a:focus {
}
#logo {
display: flex;
flex-direction: row;
gap: 0.5rem;
font-size: 2.5rem;
font-weight: bold;
font-variant: small-caps;
}
#logo img {
width: 3rem;
}
#theme-switcher {
border: 3px solid var(--border);
width: 1.5rem;