From 2728126e44502ee82bd85a6d86452d67bbd20eb9 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 23 Jun 2022 12:40:02 +0200 Subject: [PATCH] Add input --- public/css/style.css | 4 ++++ src/views/index.ejs | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index e69de29..134c6a1 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -0,0 +1,4 @@ +.form-control { + width: 50% !important; + text-align: center; +} diff --git a/src/views/index.ejs b/src/views/index.ejs index 0287c3e..2f97ec5 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -26,9 +26,14 @@ Banner + + +
<%- readme %>
+ +