Bugfix: style P margin incorrect

This commit is contained in:
the-djmaze
2022-02-04 13:59:35 +01:00
parent 8544ccfb1e
commit 7e2dfbc38a

View File

@@ -7,7 +7,7 @@
// -------------------------
p {
margin: 0 0 (@baseLineHeight / 2);
margin: (@baseLineHeight / 2) 0;
}