mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-23 17:47:10 +01:00
web/BulletExplain: increase font size on desktop
This commit is contained in:
parent
b015af7dde
commit
6aade3cc78
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue