summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhorus2020-04-19 18:28:17 +0200
committerhorus2020-04-19 18:28:17 +0200
commitea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 (patch)
treee4f31cad2fa3bab448ebd604841e7a4e57ab8bba /public
parentbf823c5063b5ad863e7e7cc313fb1406ddd14a98 (diff)
downloadcurious-ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691.tar.gz
Add footer with about page.
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;
+}
+