mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 02:26:10 +00:00
web/BulletExplain: increase font size on desktop
This commit is contained in:
parent
b015af7dde
commit
6aade3cc78
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue