name in nav

This commit is contained in:
2025-06-25 11:07:26 +02:00
parent 5155284226
commit 4e88e4c571
4 changed files with 23 additions and 4 deletions

View File

@@ -4,6 +4,9 @@
font-size: var(--font-size-text);
text-decoration: none;
color: var(--brand-white);
display: flex;
flex-direction: row;
align-items: center;
}
.btn-primary {
@@ -26,4 +29,4 @@
.btn-user > span {
font-size: 28px;
}
}