diff options
Diffstat (limited to 'scss/helpers/_vr.scss')
-rw-r--r-- | scss/helpers/_vr.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/helpers/_vr.scss b/scss/helpers/_vr.scss index 9bca099..b6f9d42 100644 --- a/scss/helpers/_vr.scss +++ b/scss/helpers/_vr.scss @@ -1,7 +1,7 @@ .vr { display: inline-block; align-self: stretch; - width: 1px; + width: $vr-border-width; min-height: 1em; background-color: currentcolor; opacity: $hr-opacity; |