Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Apr 24, 2024
1 parent 59ebc59 commit ec6e76c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/assets/scss/business/_av.scss
Expand Up @@ -49,9 +49,12 @@
font-size: 87.5%;

.item__graphic {
height: 1.625em;
height: calc(1.625em - 10px);
width: calc(1.625em - 10px);
padding: 5px 5px 5px 8px;
padding: 10px 5px 10px 8px;
line-height: calc(1.625em - 10px);
font-size: inherit;
text-align: center;
}

.item__text {
Expand Down

0 comments on commit ec6e76c

Please sign in to comment.