"Refactor database and CSS for improved maintainability (feat)"
This commit is contained in:
parent
4ad0a78717
commit
716c57d6fa
Binary file not shown.
@ -803,7 +803,7 @@
|
||||
|
||||
/* Neue Navbar-Komponenten */
|
||||
.navbar-menu-new {
|
||||
@apply flex items-center justify-center space-x-3 md:space-x-2 lg:space-x-1 xl:space-x-2;
|
||||
@apply flex items-center justify-center space-x-1 md:space-x-1 lg:space-x-1 xl:space-x-1;
|
||||
max-width: 100%;
|
||||
overflow-x: auto;
|
||||
scrollbar-width: none;
|
||||
@ -815,7 +815,7 @@
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
@apply flex items-center space-x-2 px-3 py-2 rounded-lg text-sm font-medium transition-all duration-300;
|
||||
@apply flex items-center space-x-2 px-2 py-2 rounded-lg text-sm font-medium transition-all duration-300;
|
||||
color: rgba(15, 23, 42, 0.8);
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user