瀏覽代碼

Rectified layout bugs and tweaked mobile layout for gallery title heading

full-screen-logo-homepage
Said Achmiz 5 年之前
父節點
當前提交
d815743769
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. 10
    0
      assets/css/main.css

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

@@ -619,6 +619,16 @@ main.gallery-layout article h1 {
margin: -7.5rem 0 2.75rem calc(-1 * var(--deus-post-padding));
font-size: 3em;
}
main.gallery-layout article h1::after {
content: none;
}
@media only screen and (max-width: 960px) {
main.gallery-layout article h1 {
margin: -7.25rem 0 3rem calc(-1 * var(--deus-post-padding));
margin-left: 0;
margin-right: 0;
}
}

.gallery img {
display: block;

Loading…
取消
儲存