|
@@ -6,8 +6,8 @@
|
|
height: 50px;
|
|
height: 50px;
|
|
z-index: 99999;
|
|
z-index: 99999;
|
|
transition: all 0.4s ease-out;
|
|
transition: all 0.4s ease-out;
|
|
- margin: 0;
|
|
|
|
- padding-top: 0.1rem;
|
|
|
|
|
|
+ margin: 3px;
|
|
|
|
+ padding-top: 0.4rem;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -30,6 +30,7 @@
|
|
.initial-navbar li a:hover {
|
|
.initial-navbar li a:hover {
|
|
color: #f9fafc;
|
|
color: #f9fafc;
|
|
transition: all 0.3s ease-out;
|
|
transition: all 0.3s ease-out;
|
|
|
|
+ transform: translateY(-2px);
|
|
}
|
|
}
|
|
|
|
|
|
.navbar-collapse {
|
|
.navbar-collapse {
|