feat: Smaller width buttons on mobile (#561)
This commit is contained in:
parent
6ad001619d
commit
775b3d3ca6
|
|
@ -626,7 +626,7 @@ label.input-with-icons button:disabled {
|
||||||
|
|
||||||
@media screen and (width <= 600px) {
|
@media screen and (width <= 600px) {
|
||||||
fieldset {
|
fieldset {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue