浏览代码

move the post meta closer to the title

Maggie Cabrera 4 年之前
父节点
当前提交
d5b0ba4aef
共有 2 个文件被更改,包括 2 次插入0 次删除
  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 {