File tree 2 files changed +21
-21
lines changed
2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -733,6 +733,27 @@ footer hr {
733
733
border-left : 2px solid #194C5F ;
734
734
}
735
735
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
+
736
757
@media (min-width : 768px ) {
737
758
.dropdown :hover .dropdown-menu {
738
759
display : block ;
Original file line number Diff line number Diff line change @@ -49,27 +49,6 @@ body.index-page {
49
49
padding-top : 30px ;
50
50
}
51
51
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
-
73
52
.section-hero {
74
53
margin-top : 0px ;
75
54
padding-top : 0px ;
You can’t perform that action at this time.
0 commit comments