diff options
Diffstat (limited to '_sass')
-rw-r--r-- | _sass/custom/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 9651d11..f8bf607 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -231,4 +231,8 @@ figure { stroke-dashoffset: 0; } } +} + +progress { + width: 100%; }
\ No newline at end of file |