File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ author_profile: true
108108 .button-container {
109109 display : flex ;
110110 flex-direction : column ;
111+ align-items : flex-start ;
111112 gap : 15px ;
112113 margin-top : 20px ;
113114 }
@@ -116,7 +117,7 @@ author_profile: true
116117 display : inline-block ;
117118 padding : 10px 20px ;
118119 border-radius : 4px ;
119- text-decoration : none ;
120+ text-decoration : none !important ;
120121 font-weight : bold ;
121122 transition : background-color 0.3s ;
122123 }
@@ -128,7 +129,7 @@ author_profile: true
128129
129130 .btn-custom :hover {
130131 background-color : #6baeff ;
131- text-decoration : none ;
132+ text-decoration : none !important ;
132133 }
133134
134135 .opening-positions h1 {
@@ -151,11 +152,15 @@ author_profile: true
151152 }
152153
153154 .funding-card-link {
154- text-decoration : none ;
155+ text-decoration : none !important ;
155156 color : inherit ;
156157 display : block ;
157158 }
158159
160+ .funding-card-link :hover {
161+ text-decoration : none !important ;
162+ }
163+
159164 .funding-card-link :hover .funding-card {
160165 box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.15 );
161166 transform : translateY (-2px );
@@ -182,10 +187,5 @@ author_profile: true
182187 .opening-header h1 {
183188 font-size : 2em ;
184189 }
185-
186- .btn {
187- width : 100% ;
188- text-align : center ;
189- }
190190 }
191191</style >
You can’t perform that action at this time.
0 commit comments