Skip to content

Commit

Permalink
Remove rounding in about #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh777 committed Jul 16, 2021
1 parent 1257cb0 commit c3ad29c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,8 @@ a {

.about-team .card-wrap .image-wrap img {
width: 100%;
overflow: hidden
overflow: hidden;
border-radius: 5px 5px 0px 0px !important
}

@media (min-width:768px) {
Expand Down

0 comments on commit c3ad29c

Please sign in to comment.