Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 11 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
}

.about-card h4 {
color: #28a745
color: #28a745;
font-weight: 600;
white-space: nowrap;
}
Expand Down Expand Up @@ -1114,19 +1114,16 @@
}

.btn {
padding: 12px 24px;
border: none;
border-radius: 8px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
text-decoration: none;
outline: none;
}
padding: 10px 20px;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
text-decoration: none;
display: inline-block; /* changed from flex */
text-align: center;
}


.btn-submit {
background: linear-gradient(135deg, #2196f3, #1976d2);
Expand Down