freedit-org / freedit

The safest and lightest forum, powered by rust.
https://freedit.eu
MIT License
209 stars 22 forks source link

push footer to the bottom of the page #66

Closed pleshevskiy closed 1 year ago

pleshevskiy commented 1 year ago

Before

image

^^ there is a big space after footer

After

image

freedit-dev commented 1 year ago

Thanks for your pr.

Could you adjust some value with

https://github.com/freedit-org/freedit/blob/26253aa2e260c9194672eb8068d87a82faebb15a/templates/layout.html#L128

-    <footer class="footer">
+    <footer class="footer p-5">
freedit-dev commented 1 year ago

@pleshevskiy Oh, I saw your equation

min-height: calc(100vh - 48px - 144px - 1.5em);