mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 18:46:09 +00:00
web/BulletExplain: increase font size on desktop
This commit is contained in:
parent
b015af7dde
commit
6aade3cc78
|
@ -44,6 +44,7 @@
|
||||||
.bullet-description {
|
.bullet-description {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
font-size: 13.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bullet-icon {
|
.bullet-icon {
|
||||||
|
@ -64,6 +65,10 @@
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bullet-description {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
.bullet-icon :global(svg) {
|
.bullet-icon :global(svg) {
|
||||||
width: 19px;
|
width: 19px;
|
||||||
height: 19px;
|
height: 19px;
|
||||||
|
|
Loading…
Reference in a new issue