From 9a892f85b0beca114497d1e082bf0918205c0f13 Mon Sep 17 00:00:00 2001 From: f0x Date: Wed, 23 Jan 2019 15:21:20 +0100 Subject: [PATCH] remove input border --- public/scss/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/scss/style.scss b/public/scss/style.scss index 40196d9..2f47840 100644 --- a/public/scss/style.scss +++ b/public/scss/style.scss @@ -187,6 +187,7 @@ body { align-self: flex-end; position: sticky; + //top: $spacing/4 - 0.2rem; bottom: $spacing/4 - 0.2rem; } @@ -226,6 +227,7 @@ body { flex: 1 1 auto; padding: $spacing; font-size: 1.2rem; + border: none; } }