Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 8cfb430

Browse files
committed
Typography: Eliminated need of mixin for p
1 parent bdd2f34 commit 8cfb430

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scss/variables/typography.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,10 @@ chassis.typography = {
154154
p: {
155155
name: "P style",
156156
value: {
157-
margin: "25px",
157+
marginTopBottom: "25px",
158+
marginLeftRight: "0px",
158159
fontSize: "16px",
159-
textAlignment: "justify"
160+
textAlignment: "left"
160161
}
161162
}
162163

0 commit comments

Comments
 (0)