Arithmetic fix in _form.scss (#2169)

This commit is contained in:
Emanuele Barsanti 2019-05-27 02:36:29 +02:00 committed by Michael Rose
parent 74ea18ecc5
commit ca12dcd340

View file

@ -25,7 +25,7 @@ form {
}
p {
margin-bottom: 5px / 2;
margin-bottom: (5px / 2);
}
ul {