Browse Source

Morden: Fix Gallery Alignment Issue causing from setting max-width in desktop

Towhidul Islam 5 years ago
parent
commit
33c99ede8d
3 changed files with 0 additions and 3 deletions
  1. 0 1
      morden/sass/_extra-child-theme.scss
  2. 0 1
      morden/style-rtl.css
  3. 0 1
      morden/style.css

+ 0 - 1
morden/sass/_extra-child-theme.scss

@@ -25,7 +25,6 @@ a {
 
 	@include media(desktop) {
 		box-shadow: 0 0 30px rgba(#000, 0.2);
-		max-width: 1134px;
 	}
 }
 

+ 0 - 1
morden/style-rtl.css

@@ -3987,7 +3987,6 @@ p:not(.site-title) a:hover {
 @media only screen and (min-width: 1024px) {
 	#page {
 		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
-		max-width: 1134px;
 	}
 }
 

+ 0 - 1
morden/style.css

@@ -4016,7 +4016,6 @@ p:not(.site-title) a:hover {
 @media only screen and (min-width: 1024px) {
 	#page {
 		box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
-		max-width: 1134px;
 	}
 }