We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 59ebc59 commit ec6e76cCopy full SHA for ec6e76c
app/src/assets/scss/business/_av.scss
@@ -49,9 +49,12 @@
49
font-size: 87.5%;
50
51
.item__graphic {
52
- height: 1.625em;
+ height: calc(1.625em - 10px);
53
width: calc(1.625em - 10px);
54
- padding: 5px 5px 5px 8px;
+ padding: 10px 5px 10px 8px;
55
+ line-height: calc(1.625em - 10px);
56
+ font-size: inherit;
57
+ text-align: center;
58
}
59
60
.item__text {
0 commit comments