mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-08 19:56:34 +01:00
web/remux: reduce bullet padding only on small screens
This commit is contained in:
parent
a0b621c5e7
commit
e09e098b27
1 changed files with 4 additions and 1 deletions
|
@ -360,7 +360,6 @@
|
||||||
|
|
||||||
#remux-bullets {
|
#remux-bullets {
|
||||||
padding: var(--padding);
|
padding: var(--padding);
|
||||||
gap: var(--padding);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -368,5 +367,9 @@
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#remux-bullets {
|
||||||
|
gap: var(--padding);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue