fixed css
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* ==========================================================================
|
||||
Forms
|
||||
========================================================================== */
|
||||
|
||||
@use "sass:math";
|
||||
form {
|
||||
margin-bottom: 5px;
|
||||
padding: 1em;
|
||||
@@ -25,7 +25,7 @@ form {
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: (5px / 2);
|
||||
margin-bottom: math.div(5px, 2);
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
Reference in New Issue
Block a user