diff options
| -rw-r--r-- | scss/utilities/_spacing.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/utilities/_spacing.scss b/scss/utilities/_spacing.scss index c81a6aa88..99c98f87b 100644 --- a/scss/utilities/_spacing.scss +++ b/scss/utilities/_spacing.scss @@ -1,6 +1,7 @@ -// Width +// Width and height .w-100 { width: 100% !important; } +.h-100 { height: 100% !important; } // Margin and Padding |
