release nouri 1.0.0

This commit is contained in:
2026-04-12 19:18:55 +02:00
parent b0d1cee5f5
commit 325101da99
17 changed files with 769 additions and 45 deletions
+31 -9
View File
@@ -260,32 +260,54 @@ h3,
@media (min-width: 1081px) {
.site-header {
grid-template-columns: 1fr;
grid-template-columns: auto minmax(0, 1fr);
column-gap: 1.5rem;
row-gap: 0.9rem;
align-items: center;
}
.desktop-header-main {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
align-items: center;
gap: 1.4rem;
display: contents;
}
.desktop-header-sub {
display: flex;
justify-content: flex-start;
display: contents;
}
.desktop-nav {
width: 100%;
grid-column: 2;
grid-row: 1;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
overflow-x: auto;
scrollbar-width: none;
}
.desktop-nav::-webkit-scrollbar {
display: none;
}
.desktop-actions {
width: 100%;
grid-column: 2;
grid-row: 2;
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-self: center;
}
.brand {
grid-column: 1;
grid-row: 1 / span 2;
align-self: center;
}
.nav-link-inner,
.desktop-actions > * {
white-space: nowrap;
}
}
.user-chip,