Browse Source

Clean up CSS

Manav Rathi 1 year ago
parent
commit
713a0038f0
1 changed files with 1 additions and 8 deletions
  1. 1 8
      web/apps/payments/src/styles/globals.css

+ 1 - 8
web/apps/payments/src/styles/globals.css

@@ -10,6 +10,7 @@ body {
     background-color: #191919 !important;
     background-color: #191919 !important;
     color: #aaa !important;
     color: #aaa !important;
 }
 }
+
 :is(h1, h2, h3, h4, h5, h6) {
 :is(h1, h2, h3, h4, h5, h6) {
     color: #d7d7d7;
     color: #d7d7d7;
 }
 }
@@ -19,11 +20,3 @@ body {
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
 }
 }
-
-.ente-container {
-    display: flex;
-    flex: 1;
-    flex-direction: column;
-    justify-content: center;
-    align-items: center;
-}