Skip to content

Commit c81b387

Browse files
committed
Navbar we are hiring fix
1 parent 404b916 commit c81b387

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

docs/assets/css/global.scss

+21
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,27 @@ footer hr {
733733
border-left: 2px solid #194C5F;
734734
}
735735

736+
.navbar-nav {
737+
li {
738+
&:first-child {
739+
a {
740+
display: flex;
741+
span {
742+
margin-right: 12px;
743+
padding: 0;
744+
background: linear-gradient(101.84deg, #FE3162 2.31%, #FF4F47 98.56%);
745+
border-radius: 3.5px;
746+
font-weight: 600;
747+
min-width: 52px;
748+
display: flex;
749+
align-items: center;
750+
justify-content: center;
751+
}
752+
}
753+
}
754+
}
755+
}
756+
736757
@media (min-width: 768px) {
737758
.dropdown:hover .dropdown-menu {
738759
display: block;

docs/assets/css/pages/home.scss

-21
Original file line numberDiff line numberDiff line change
@@ -49,27 +49,6 @@ body.index-page {
4949
padding-top: 30px;
5050
}
5151

52-
.navbar-nav {
53-
li {
54-
&:first-child {
55-
a {
56-
display: flex;
57-
span {
58-
margin-right: 12px;
59-
padding: 0;
60-
background: linear-gradient(101.84deg, #FE3162 2.31%, #FF4F47 98.56%);
61-
border-radius: 3.5px;
62-
font-weight: 600;
63-
min-width: 52px;
64-
display: flex;
65-
align-items: center;
66-
justify-content: center;
67-
}
68-
}
69-
}
70-
}
71-
}
72-
7352
.section-hero {
7453
margin-top: 0px;
7554
padding-top: 0px;

0 commit comments

Comments
 (0)