瀏覽代碼

Added mobile layout tweaks for in-text images

full-screen-logo-homepage
Said Achmiz 5 年之前
父節點
當前提交
571fc1749b
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13
    0
      assets/css/main.css

+ 13
- 0
assets/css/main.css 查看文件

@@ -564,6 +564,19 @@ article .img.right ~ hr ~ p {
max-width: unset;
}

@media only screen and (max-width: 960px) {
article .img.left,
article .img.right {
float: none;
margin: 2em auto 1.5em auto;
}
article .img.left ~ p,
article .img.right ~ p {
float: none;
max-width: unset;
}
}

/*=-----------=*/
/*= Sections. =*/
/*=-----------=*/

Loading…
取消
儲存