Skip to content

Commit

Permalink
Update events.css
Browse files Browse the repository at this point in the history
events spacing issue fix
  • Loading branch information
pankajkumar-bounteous authored Dec 6, 2024
1 parent b3f1995 commit ad268ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/events/events.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
font-family: var(--ff-primary);
font-size: var(--body-font-size-xs);
font-weight: var(--fw-med);
letter-spacing: 0.01px;
letter-spacing: -0.41px;
line-height: calc((14 / 16) * 1rem);
position: relative;
text-transform: uppercase;
Expand Down Expand Up @@ -658,4 +658,4 @@
flex-wrap: wrap;
}
}


0 comments on commit ad268ab

Please sign in to comment.