~qaul/community

website: move footer to bottom of the page v1 APPLIED

Milan Pässler: 1
 website: move footer to bottom of the page

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~qaul/community/patches/20606/mbox | git am -3
Learn more about email & git

[PATCH] website: move footer to bottom of the page Export this patch

---
 docs/website/themes/qaul-theme/static/css/qaul.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/website/themes/qaul-theme/static/css/qaul.css b/docs/website/themes/qaul-theme/static/css/qaul.css
index b2f5d363..3d2a1771 100644
--- a/docs/website/themes/qaul-theme/static/css/qaul.css
+++ b/docs/website/themes/qaul-theme/static/css/qaul.css
@@ -5,6 +5,7 @@ body {
    font-family: sans-serif;
    background: #e0e2e2;
    font-weight: 300;
    min-height: 100vh;
}

strong {
@@ -114,6 +115,7 @@ p,li {
    display: flex;
    justify-content: center;
    margin: 0em 5% 2.5em;
    flex-grow: 1;
}

.content h1 {
-- 
2.30.0