From 276d64a66a73157e23cfeb8b89305cc18c18cfaf Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 20 Jul 2021 09:30:58 +0530 Subject: [PATCH] fix(style): don't mess with global container styles --- community/public/css/style.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/community/public/css/style.css b/community/public/css/style.css index ebd7da23..1aeb84bb 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -390,13 +390,6 @@ input[type=checkbox] { letter-spacing: -0.0175em } -@media (min-width: 576px) { - .container { - padding-left: 1rem; - padding-right: 1rem; - } -} - .button-links:hover { text-decoration: none; }