소스 검색

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…
취소
저장