diff options
Diffstat (limited to 'resources/sass/_utility.scss')
| -rw-r--r-- | resources/sass/_utility.scss | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/resources/sass/_utility.scss b/resources/sass/_utility.scss index e84fcd0..bcc163d 100644 --- a/resources/sass/_utility.scss +++ b/resources/sass/_utility.scss @@ -8,4 +8,18 @@ hr { height: 1px; margin-top: inherit; } - +.mt-20 { + margin-top: 20px; +} +.mt-30 { + margin-top: 30px; +} +.mt-35 { + margin-top: 35px; +} +.mt-40 { + margin-top: 40px; +} +.mt-50 { + margin-top: 50px; +} |
