소스 검색

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