summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/app.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/public/css/app.css b/public/css/app.css
index b32dc56..aa0b69e 100644
--- a/public/css/app.css
+++ b/public/css/app.css
@@ -10931,6 +10931,10 @@ body {
}
}
+.nav-link:hover {
+ text-decoration: underline !important;
+}
+
.text-lg {
font-size: 1.125rem;
}
@@ -10943,3 +10947,23 @@ hr {
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;
+}
+