From abb94ba625adad651c99d69241422d40c5237cbe Mon Sep 17 00:00:00 2001 From: Divyansh Asthana Date: Sat, 7 Oct 2023 00:20:23 +0530 Subject: [PATCH] Fix the button sizes --- views/home.ejs | 32 ++++++++--------- views/login.ejs | 88 ++++++++++++++++++++-------------------------- views/register.ejs | 2 +- views/secrets.ejs | 29 ++++++++------- 4 files changed, 72 insertions(+), 79 deletions(-) diff --git a/views/home.ejs b/views/home.ejs index a2900db..22c062d 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -1,20 +1,20 @@ <%- include('partials/header') %> -
-
- -

Secrets

-

Don't keep your secrets, share them anonymously!

-
- Register - Login +
+
+ +

Secrets

+

Don't keep your secrets, share them anonymously!

+
+
+ Register + Login +
+
-
- - - + + + -<%- include('partials/footer') %> + <%- include('partials/footer') %> \ No newline at end of file diff --git a/views/login.ejs b/views/login.ejs index 99c14e1..3830a67 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -1,61 +1,51 @@ <%- include('partials/header') %> -
-

Login

+
+

Login

-
-
-
-
- -
-
- - -
-
- - -
- -
+
+
+
+
+ +
+
+ + +
+
+ + +
+ +
+
-
-
- - - - -<%- include('partials/footer') %> + + + + <%- include('partials/footer') %> \ No newline at end of file diff --git a/views/register.ejs b/views/register.ejs index 66a216a..c00b69e 100644 --- a/views/register.ejs +++ b/views/register.ejs @@ -143,7 +143,7 @@