mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-23 17:47:10 +01:00
web/remux: increase bullet gap on desktop
This commit is contained in:
parent
778ee76d59
commit
a0b621c5e7
1 changed files with 2 additions and 1 deletions
|
@ -348,7 +348,7 @@
|
||||||
#remux-bullets {
|
#remux-bullets {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: var(--padding);
|
gap: 18px;
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -360,6 +360,7 @@
|
||||||
|
|
||||||
#remux-bullets {
|
#remux-bullets {
|
||||||
padding: var(--padding);
|
padding: var(--padding);
|
||||||
|
gap: var(--padding);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue