summaryrefslogtreecommitdiff
path: root/views/create.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-13 19:59:06 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-13 22:41:09 +0200
commit4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff (patch)
tree9206a2c5472c5c1480ad5c035b776a74d74a602f /views/create.pug
parent5cdc7862b20c8642a235e8ea46686939e5f6032a (diff)
downloadserver-4c5d2e4afe02479dcfb770fa1d6cfccb499e4fff.tar.gz
Clean up stylesheet and improve layout on small and large screens.
Use variables for color theming.
Diffstat (limited to 'views/create.pug')
-rw-r--r--views/create.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/create.pug b/views/create.pug
index 95e0ea0..717c4f0 100644
--- a/views/create.pug
+++ b/views/create.pug
@@ -4,11 +4,10 @@ html
head
include head
title= title.title_name
- style.
- form { margin-left: 200px; width: calc(50rem - 200px); }
body
include header
article
+
h1= title.title_name
div.logo
@@ -23,11 +22,12 @@ html
option(value=scenario)= scenario
else
input(type="hidden" name="scenario" value=scenarios[0])
+
| !{ title.create_html }
p Notice:
br
- input(type="text" autocomplete="off" name="notice" size=50 placeholder="What are you looking for?")
+ input(type="text" autocomplete="off" name="notice" size=45 placeholder="What are you looking for?")
p Pace:
br