浏览代码

Added mobile layout tweaks for in-text images

full-screen-logo-homepage
Said Achmiz 6 年前
父节点
当前提交
571fc1749b
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13
    0
      assets/css/main.css

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

max-width: unset; 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. =*/ /*= Sections. =*/
/*=-----------=*/ /*=-----------=*/

正在加载...
取消
保存