diff options
| author | horus | 2020-04-19 18:28:17 +0200 |
|---|---|---|
| committer | horus | 2020-04-19 18:28:17 +0200 |
| commit | ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 (patch) | |
| tree | e4f31cad2fa3bab448ebd604841e7a4e57ab8bba /public | |
| parent | bf823c5063b5ad863e7e7cc313fb1406ddd14a98 (diff) | |
| download | curious-ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691.tar.gz | |
Add footer with about page.
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/app.css | 24 |
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; +} + |
