aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/styles/pin.sass2
-rw-r--r--views/error.pug6
-rw-r--r--views/index.pug13
-rw-r--r--views/layout.pug2
4 files changed, 9 insertions, 14 deletions
diff --git a/public/styles/pin.sass b/public/styles/pin.sass
index 8f396ae..614dae0 100644
--- a/public/styles/pin.sass
+++ b/public/styles/pin.sass
@@ -10,6 +10,8 @@
.enter-pin
position: relative
+ width: 80vw
+ margin: 0 auto
top: 50%
transform: translateY(-50%)
diff --git a/views/error.pug b/views/error.pug
index 270be46..192b543 100644
--- a/views/error.pug
+++ b/views/error.pug
@@ -1,9 +1,3 @@
-//
- error.pug
- Copyright (c) 2019, Texx
- License: MIT
- See https://github.com/texxme/Texx/blob/master/LICENSE
-
extends layout
block content
diff --git a/views/index.pug b/views/index.pug
index 517c0a3..1e870dd 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -1,12 +1,12 @@
-//
- index.pug
- Copyright (c) 2019, Texx
- License: MIT
- See https://github.com/texxme/Texx/blob/master/LICENSE
-
extends layout
block content
+ //-
+ index.pug
+ Copyright (c) 2019, Texx
+ License: MIT
+ See https://github.com/texxme/Texx/blob/master/LICENSE
+
.chat#chat
button.button.action-button.is-big.is-outlined.is-info(toggle-contact-modal)
i.fas.fa-plus
@@ -47,4 +47,3 @@ block content
input#3(type='text', maxlength=1, min=0, max=9)
.column.is-centered.is-flex
input#4(type='text', maxlength=1, min=0, max=9)
-
diff --git a/views/layout.pug b/views/layout.pug
index 6f6faf0..72e457d 100644
--- a/views/layout.pug
+++ b/views/layout.pug
@@ -1,4 +1,4 @@
-//
+//-
layout.pug
Copyright (c) 2019, Texx
License: MIT