Skip to content

Commit a74e8bc

Browse files
committed
FIx more visual issues
1 parent 475c715 commit a74e8bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_pages/opening.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)