fixed css

This commit is contained in:
2023-12-03 23:30:30 +01:00
parent f05c4517cd
commit d0ecf1aec4
10 changed files with 178 additions and 36 deletions

View File

@@ -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 {