mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
It looks ike these CSS rules are actually being re-imported multiple times, which is bloating the output.
12 lines
159 B
SCSS
12 lines
159 B
SCSS
fieldset {
|
|
border: 0;
|
|
}
|
|
|
|
.user-form {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 1184px;
|
|
padding-left: .9375rem;
|
|
padding-right: .9375rem;
|
|
}
|