summaryrefslogtreecommitdiff
path: root/resources/sass
diff options
context:
space:
mode:
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/_navbar.scss4
-rw-r--r--resources/sass/_utility.scss16
2 files changed, 19 insertions, 1 deletions
diff --git a/resources/sass/_navbar.scss b/resources/sass/_navbar.scss
index 1542944..4645fa5 100644
--- a/resources/sass/_navbar.scss
+++ b/resources/sass/_navbar.scss
@@ -14,3 +14,7 @@
margin-left: 0.5rem;
}
}
+
+.nav-link:hover {
+ text-decoration: underline !important;
+}
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;
+}