瀏覽代碼

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…
取消
儲存