moved the microphone finally to the correct place

This commit is contained in:
Matthias Puchstein
2025-07-03 17:09:26 +02:00
parent a2293be828
commit 59ded2bb06
7 changed files with 48 additions and 42 deletions

View File

@@ -1,19 +0,0 @@
/* Example custom styles: */
nav {
display: flex;
justify-content: center;
gap: 2rem;
background-color: darkviolet;
padding: 1rem 0;
}
nav a {
color: whitesmoke;
text-decoration: none;
font-weight: 500;
}
nav a.active {
color: #2563eb;
font-weight: 600;
}