diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index af1f385a..50e7f026 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1306,6 +1306,10 @@ select { margin-bottom: 3rem; } +.mb-16 { + margin-bottom: 4rem; +} + .mt-5 { margin-top: 1.25rem; } diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md index 4b650cec..bc3a2b35 100644 --- a/exampleSite/content/users/index.md +++ b/exampleSite/content/users/index.md @@ -51,6 +51,7 @@ Real websites that are built with Blowfish. | [jam.dsg.li](https://jam.dsg.li) | Organization site | | [priyakdey.com](https://priyakdey.com) | Personal site | | [sdehm.dev](https://sdehm.dev) | Personal site | +| [dizzytech.de](https://dizzytech.de) | Personal site | diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7ed024cb..fff19a32 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -28,7 +28,7 @@ {{ if and (.Site.Params.footer.showScrollToTop | default true) (gt .WordCount 200) }}