Skip to content

Commit ec6e76c

Browse files
committedApr 24, 2024
1 parent 59ebc59 commit ec6e76c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎app/src/assets/scss/business/_av.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@
4949
font-size: 87.5%;
5050

5151
.item__graphic {
52-
height: 1.625em;
52+
height: calc(1.625em - 10px);
5353
width: calc(1.625em - 10px);
54-
padding: 5px 5px 5px 8px;
54+
padding: 10px 5px 10px 8px;
55+
line-height: calc(1.625em - 10px);
56+
font-size: inherit;
57+
text-align: center;
5558
}
5659

5760
.item__text {

0 commit comments

Comments
 (0)
Please sign in to comment.