From 80dd69a301214acbd9241bb50c5fb1dd2931ad5c Mon Sep 17 00:00:00 2001 From: Tobias Jordans Date: Wed, 22 Sep 2021 19:53:34 +0200 Subject: [PATCH] Remove unused .space-between Class was not used but there is also Tailwind .justify-between --- index.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.css b/index.css index bf49576eef..377dd430d3 100644 --- a/index.css +++ b/index.css @@ -130,10 +130,6 @@ btn { width: 4rem !important; } -.space-between { - justify-content: space-between; -} - .link-underline a { text-decoration: underline 1px #0078a855;; color: #0078A8;