From 4a1bce6043d700f8ce237eea3633b3700a656d03 Mon Sep 17 00:00:00 2001 From: mikwee Date: Fri, 5 Nov 2021 21:39:52 +0200 Subject: [PATCH] Removed the padding --- src/styles/roots.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/roots.scss b/src/styles/roots.scss index 2fb8da8..4fc472b 100644 --- a/src/styles/roots.scss +++ b/src/styles/roots.scss @@ -1,4 +1,3 @@ $btn-border-radius: 25px; -/*$btn-padding-y: 3px; -$btn-padding-x: 3px;*/ + @import "./node_modules/bootstrap/scss/bootstrap.scss"; \ No newline at end of file