From ae6fe54140fba425b1f8abd7e9f5c62aa94ee8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozman?= <tomas.hozman@pm.me> Date: Sat, 26 Nov 2022 23:58:10 +0100 Subject: [PATCH] law info --- content/index.html | 16 +++++++++++++--- content/static/css/base.css | 1 + 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/content/index.html b/content/index.html index c963e20..f67b767 100644 --- a/content/index.html +++ b/content/index.html @@ -163,9 +163,19 @@ value="Podepsat" > - <small> - <i>* Povinné</i> - </small> + <div> + <small> + Žádosti v tuto chvíli můžeš podat jen úřadu v obci, + kde bydlíš. Chystáme se předložit zákon, který by + to změnil. + </small> + + <br> + + <small> + <i>* Povinné</i> + </small> + </div> </form> </div> diff --git a/content/static/css/base.css b/content/static/css/base.css index fd676b3..43f6899 100644 --- a/content/static/css/base.css +++ b/content/static/css/base.css @@ -20,6 +20,7 @@ display:flex; flex-direction:column; gap:14px; + margin-bottom:0; margin-left:auto; margin-right:auto; max-width:750px; -- GitLab