mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/remux: reduce bullet padding only on small screens
Some checks are pending
Some checks are pending
This commit is contained in:
parent
a0b621c5e7
commit
e09e098b27
@ -360,7 +360,6 @@
|
||||
|
||||
#remux-bullets {
|
||||
padding: var(--padding);
|
||||
gap: var(--padding);
|
||||
}
|
||||
}
|
||||
|
||||
@ -368,5 +367,9 @@
|
||||
.progress-bar {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
#remux-bullets {
|
||||
gap: var(--padding);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user