From ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 Mon Sep 17 00:00:00 2001 From: horus Date: Sun, 19 Apr 2020 18:28:17 +0200 Subject: Add footer with about page. --- public/css/app.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'public') 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; +} + -- cgit v1.2.3