Align footer

This commit is contained in:
Ondřej 2022-10-21 12:18:11 +02:00
parent 8bdd8a6bae
commit 749884d95a
5 changed files with 19 additions and 5 deletions

View file

@ -7,6 +7,12 @@ html {
font-size: theme("fontSize.2xl");
}
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
/* Color scheme */
.color-scheme--sync .color-scheme--light-icon {

View file

@ -620,6 +620,10 @@ video {
margin-top: 1.5rem;
}
.mt-auto {
margin-top: auto;
}
.mb-6 {
margin-bottom: 1.5rem;
}
@ -743,6 +747,12 @@ html {
font-size: 1.5rem;
}
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
/* Color scheme */
.color-scheme--sync .color-scheme--light-icon {

View file

@ -11,8 +11,6 @@ Proto jsme založili NoLog.cz platformu, která nám slouží k budování t
Nejsme technická podpora a nepodporujeme komerční aktivity.
---
### Poděkování
Rádi bychom poděkovali spolku [vpsfree.cz](https://vpsfree.cz) za prostředky, které na jejich infrastruktuře můžeme bezplatně využívat. Dále kolektivu [Písk.cz](https://pisk.cz), organizaci [IuRe](https://iure.org) a všem našim podporovatelkám a podporovatelům, díky kterým může náš projekt fungovat.

View file

@ -31,7 +31,7 @@
{{ if $.Param "sidebar" }}{{ partial "sidebar.html" . }}{{ end -}}
<footer class="mt-6 text-gray-500">
<footer class="mt-6 text-gray-500 mt-auto">
<div class="container mx-auto px-6 py-6">
{{ if $.Param "feedlinks" }}
{{ partial "feedlinks.html" . }}

View file

@ -1,5 +1,5 @@
{{ define "main" -}}
<main>
<main class="main">
<article class="border-t pt-4">
<header class="container mx-auto px-6 mb-6">
<h1 class="font-bold {{ if $.Param "submitted" | default false }}title-submitted{{ end }}">{{ .Title }}</h1>