浏览代码

Closes #688 - fixes post entry meta width for mobile devices.

Jeffrey Pearce 6 年之前
父节点
当前提交
73cd5e2dc5
共有 3 个文件被更改,包括 194 次插入334 次删除
  1. 0 1
      calm-business/sass/site/primary/_posts-and-pages.scss
  2. 193 332
      calm-business/style.css
  3. 1 1
      calm-business/style.scss

+ 0 - 1
calm-business/sass/site/primary/_posts-and-pages.scss

@@ -96,7 +96,6 @@
 
 
 	.entry-meta {
 	.entry-meta {
 		margin: 32px auto;
 		margin: 32px auto;
-		max-width: calc(6 * (100vw / 12) - 28px);
 	}
 	}
 
 
 	.entry-footer {
 	.entry-footer {

文件差异内容过多而无法显示
+ 193 - 332
calm-business/style.css


+ 1 - 1
calm-business/style.scss

@@ -6,7 +6,7 @@ Author URI: https://wordpress.com
 Template: twentynineteen
 Template: twentynineteen
 Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
 Description: Your classy establishment needs an equally classy website to showcase your stylish rooms and quality products! With its bold typography and peaceful color scheme, Calm Business exudes a calm, inviting atmosphere as a bed and breakfast, time share, or brick & mortar store fronts.
 Requires at least: WordPress 4.9.6
 Requires at least: WordPress 4.9.6
-Version: 1.0
+Version: 1.1
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: LICENSE
 License URI: LICENSE
 Text Domain: calm-business
 Text Domain: calm-business

部分文件因为文件数量过多而无法显示