Skip to content

Commit fbbf73b

Browse files
authored
Merge pull request #349 from ember-learn/use-variable-for-hr-margin
using a spacing variable for hr margin
2 parents d2dc6e3 + 59e5b7d commit fbbf73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ code {
224224
hr {
225225
background: var(--color-gray-300);
226226
border: 1px var(--color-gray-300);
227-
margin: 35px 0px;
227+
margin: var(--spacing-4) 0px;
228228
border-radius: 1px;
229229
height: 2px;
230230
}

0 commit comments

Comments
 (0)