Bladeren bron

fix paddings

alexlcdee 8 jaren geleden
bovenliggende
commit
946f3b333b
3 gewijzigde bestanden met toevoegingen van 13 en 2 verwijderingen
  1. 7 2
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 6 0
      src/files/scss/_media-overrides.scss

+ 7 - 2
src/files/css/main.css

@@ -10138,7 +10138,9 @@ footer .copyright .logo {
     width: 100% !important; }
 
   .main-container .main-title {
-    width: 100% !important; }
+    width: 100% !important;
+    padding-left: 0;
+    padding-right: 0; }
 
   .main-container .content-right {
     width: 100% !important; }
@@ -10280,7 +10282,10 @@ footer .copyright .logo {
     display: block; }
 
   .center-content .pagination-mobile .pagination div {
-    width: 16.66666%; } }
+    width: 16.66666%; }
+
+  .special-items__item-container-230 {
+    width: 100%; } }
 @media (max-width: 485px) {
   .content-right .news .news-item {
     width: 100%; }

File diff suppressed because it is too large
+ 0 - 0
src/files/css/main.css.map


+ 6 - 0
src/files/scss/_media-overrides.scss

@@ -293,6 +293,8 @@
 
     .main-container .main-title {
         width: 100% !important;
+        padding-left: 0;
+        padding-right: 0;
     }
 
     .main-container .content-right {
@@ -480,6 +482,10 @@
         width: 16.66666%;
     }
 
+    .special-items__item-container-230 {
+        width: 100%;
+    }
+
 }
 
 @media(max-width: 485px) {

Some files were not shown because too many files changed in this diff