Przeglądaj źródła

Fix blob widths. (#7250)

Jeff Ong 2 lat temu
rodzic
commit
b9f1ff48b9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      reverie/style.css

+ 1 - 1
reverie/style.css

@@ -122,7 +122,7 @@ Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, feature
 	position: relative;
 }
 
-@media screen and (min-width: 750px){
+@media screen and (min-width: 960px){
 	.post-content-reverie-container, .reverie-archive-title, .reverie-single-container {
 		background-size: 75% 100% !important;
 	}