web/BulletExplain: increase font size on desktop

This commit is contained in:
wukko
2024-11-18 15:26:37 +06:00
parent b015af7dde
commit 6aade3cc78

View File

@ -44,6 +44,7 @@
.bullet-description {
padding: 0;
line-height: 1.5;
font-size: 13.5px;
}
.bullet-icon {
@ -64,6 +65,10 @@
font-size: 15px;
}
.bullet-description {
font-size: 13px;
}
.bullet-icon :global(svg) {
width: 19px;
height: 19px;