feat: menambahkan logo perusahaan dan gambar dokumentasi alumni high achievers

This commit is contained in:
2026-06-04 21:28:48 +07:00
parent 3310c152c3
commit c772aa2d83
18 changed files with 26 additions and 73 deletions
+6
View File
@@ -593,6 +593,12 @@ a {
justify-content: center;
border: 3px solid var(--navy-ghost);
margin-bottom: 12px;
overflow: hidden;
}
.achiever-avatar-circle img {
width: 100%;
height: 100%;
object-fit: cover;
}
.achiever-card:hover .achiever-avatar-circle {
border-color: var(--gold-lt);