Explorar el Código

move the post meta closer to the title

Maggie Cabrera hace 4 años
padre
commit
d5b0ba4aef
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      quadrat/assets/theme.css
  2. 1 0
      quadrat/sass/_meta.scss

+ 1 - 0
quadrat/assets/theme.css

@@ -642,6 +642,7 @@ textarea:focus {
 @media (max-width: 479px) {
 	.post-meta {
 		padding-top: 0 !important;
+		margin-bottom: -20px;
 	}
 }
 

+ 1 - 0
quadrat/sass/_meta.scss

@@ -3,6 +3,7 @@
 	justify-content: center;
 	@include break-mobile-only() {
 		padding-top: 0 !important;
+		margin-bottom: -20px;
 	}
 
 	.wp-block-post-date::before {