Skip to content

Commit

Permalink
Navbar we are hiring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArkuVonSymfon committed Oct 17, 2022
1 parent 404b916 commit c81b387
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
21 changes: 21 additions & 0 deletions docs/assets/css/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,27 @@ footer hr {
border-left: 2px solid #194C5F;
}

.navbar-nav {
li {
&:first-child {
a {
display: flex;
span {
margin-right: 12px;
padding: 0;
background: linear-gradient(101.84deg, #FE3162 2.31%, #FF4F47 98.56%);
border-radius: 3.5px;
font-weight: 600;
min-width: 52px;
display: flex;
align-items: center;
justify-content: center;
}
}
}
}
}

@media (min-width: 768px) {
.dropdown:hover .dropdown-menu {
display: block;
Expand Down
21 changes: 0 additions & 21 deletions docs/assets/css/pages/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,6 @@ body.index-page {
padding-top: 30px;
}

.navbar-nav {
li {
&:first-child {
a {
display: flex;
span {
margin-right: 12px;
padding: 0;
background: linear-gradient(101.84deg, #FE3162 2.31%, #FF4F47 98.56%);
border-radius: 3.5px;
font-weight: 600;
min-width: 52px;
display: flex;
align-items: center;
justify-content: center;
}
}
}
}
}

.section-hero {
margin-top: 0px;
padding-top: 0px;
Expand Down

0 comments on commit c81b387

Please sign in to comment.