浏览代码

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) {

正在加载...
取消
保存