mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-12-27 02:56:39 +00:00
Optimized nav corners
This commit is contained in:
@@ -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