mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-09-10 11:47:10 +02:00
Optimized nav corners
This commit is contained in:
@@ -108,4 +108,3 @@ main {
|
||||
-10px 0 10px -10px rgba(0, 0, 0, 0.3); /* linker äußerer Schatten */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
@@ -17,4 +17,14 @@
|
||||
/* Sicherstellen, dass der Übergang smooth ist */
|
||||
.dropdown-menu {
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
nav.navbar.menu-header {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
nav.navbar.menu-footer {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
Reference in New Issue
Block a user