diff --git a/WORKLOG.md b/WORKLOG.md index 14a4072c..59de087c 100644 --- a/WORKLOG.md +++ b/WORKLOG.md @@ -10,6 +10,7 @@ * graphs n shit * acp init * DO postgres +* make our own toasts / msg pane * only clear effects on post_resolve electrify doesn't work if you ko the construct diff --git a/client/assets/styles/nav.less b/client/assets/styles/nav.less index 11184866..b65f001c 100644 --- a/client/assets/styles/nav.less +++ b/client/assets/styles/nav.less @@ -6,6 +6,7 @@ nav { h1 { margin-bottom: 0.5em; + letter-spacing: 0.05em; } h2:first-child { diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index dedefa13..690731a1 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -43,6 +43,9 @@ html { h1 { font-size: 2em; margin: 0; + margin-bottom: 0.5em; + letter-spacing: 0.05em; + } h2 { @@ -175,9 +178,14 @@ button[disabled] { */ .login { - width: 25%; + width: 50%; display: flex; flex-flow: column; + margin-bottom: 2em; + + h2 { + margin-bottom: 0.5em; + } } #mnml input, #mnml select { diff --git a/client/assets/styles/styles.mobile.css b/client/assets/styles/styles.mobile.css index fc6a30bf..263761ff 100644 --- a/client/assets/styles/styles.mobile.css +++ b/client/assets/styles/styles.mobile.css @@ -50,7 +50,7 @@ main { overflow-x: hidden; - padding: 0; + padding: 0 0.5em; } .login { diff --git a/client/index.html b/client/index.html index 2dc752d5..88515382 100644 --- a/client/index.html +++ b/client/index.html @@ -1,7 +1,7 @@
-