From 27819148b68c2f9133004ed6dd572e11c7a98c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozman?= <tomas.hozman@pm.me> Date: Sun, 27 Nov 2022 00:02:22 +0100 Subject: [PATCH] info about info --- content/index.html | 6 +++++- content/static/css/base.css | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/content/index.html b/content/index.html index f67b767..2ce2958 100644 --- a/content/index.html +++ b/content/index.html @@ -77,6 +77,8 @@ </p> <form id="form-wrapper"> + <h2 class="info-type">Osobní informace</h2> + <div class="input-group input-group-2"> <input type="text" @@ -104,7 +106,7 @@ > </div> - <br> + <h2 class="info-type">Trvalé bydliště</h2> <div id="address-autocomplete" @@ -133,6 +135,8 @@ > </div> + <h2 class="info-type">Typ žádosti</h2> + <select id="receiving-type" > diff --git a/content/static/css/base.css b/content/static/css/base.css index 43f6899..4a6d365 100644 --- a/content/static/css/base.css +++ b/content/static/css/base.css @@ -118,6 +118,12 @@ flex:1 1 0 } +.info-type { + font-size:1.2rem; + margin:0; + text-align:center +} + a,a:hover,a:visited { color:#000 } -- GitLab