소스 검색

styling for image captions

main
Simon Bowie 1 년 전
부모
커밋
c198fadbfb
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      web/app/static/styles/custom.css

+ 6
- 0
web/app/static/styles/custom.css 파일 보기

@@ -500,6 +500,12 @@ p code {
margin: 1rem 0rem !important;
}

img + em {
text-align: center;
font-size: .8rem;
}


/***************** MOBILE ****************/

@media screen and (min-width:0px) and (max-width: 768px) {

Loading…
취소
저장