Skip to content

Commit

Permalink
Merge pull request #96 from vardhan0604/teams
Browse files Browse the repository at this point in the history
fixed icons overlapping text in teams section
  • Loading branch information
ishitakapoor26 committed Oct 21, 2022
2 parents cb2568a + e4a2f8e commit 4891910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Expand Up @@ -766,9 +766,9 @@ section {
top: calc(50% - 30px);
}

.services .icon i {
font-size: 64px;
.team .icon i {
line-height: 1;
padding: 0;
transition: 0.5s;
}

Expand Down

1 comment on commit 4891910

@vercel
Copy link

@vercel vercel bot commented on 4891910 Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.