Prechádzať zdrojové kódy

💄 fix page alignment after UI update

jmacura 3 rokov pred
rodič
commit
58a5f873f3
1 zmenil súbory, kde vykonal 1 pridanie a 5 odobranie
  1. 1 5
      src/styles.scss

+ 1 - 5
src/styles.scss

@@ -2,8 +2,6 @@
 @import "bootstrap/scss/functions";
 @import "bootstrap/scss/variables";
 
-
-
 $primary: #2B3948;
 $secondary: #818A91;
 // $success: #00ff00;
@@ -13,7 +11,6 @@ $secondary: #818A91;
 // $light: #00ff00;
 // $dark: #00ff00;
 
-
 $theme-colors: (
   "primary": $primary,
   "secondary": $secondary,
@@ -24,7 +21,6 @@ $theme-colors: (
 @import "bootstrap/scss/mixins";
 @import "bootstrap/scss/utilities";
 
-
 @import "bootstrap/scss/root";
 @import "bootstrap/scss/reboot";
 @import "bootstrap/scss/type";
@@ -112,7 +108,7 @@ button:focus {
 }
 
 main {
-  padding: 1em 1em 1em calc(2 * 1em + 35px);
+  padding: 1em;
   max-width: 240px;
   margin: 0 auto;
 }