Browse Source

Hever: Recompile rtl stylesheet

Thomas Guillot 6 years ago
parent
commit
d88836f256
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hever/style-rtl.css

+ 2 - 2
hever/style-rtl.css

@@ -3445,12 +3445,12 @@ article .entry-header .entry-title a:active, article .entry-header .entry-title
 	color: #1279BE;
 	color: #1279BE;
 }
 }
 
 
-.singular .hentry .entry-content > *:first-child.alignfull {
+.singular:not(.home.hide-homepage-title) .hentry .entry-content > *:first-child.alignfull {
 	margin-top: -21.312px;
 	margin-top: -21.312px;
 }
 }
 
 
 @media only screen and (min-width: 560px) {
 @media only screen and (min-width: 560px) {
-	.singular .hentry .entry-content > *:first-child.alignfull {
+	.singular:not(.home.hide-homepage-title) .hentry .entry-content > *:first-child.alignfull {
 		margin-top: -64px;
 		margin-top: -64px;
 	}
 	}
 }
 }