소스 검색

[GINR] center figure images

cgars 8 년 전
부모
커밋
9c4cabb9bc
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 18 0
      public/css/gogs.css

+ 18 - 0
public/css/gogs.css

@@ -3256,3 +3256,21 @@ footer .ui.language .menu {
   height: 40px;
   align-content: center;
 }
+
+figure {
+  float: right;
+  max-width: 600px;
+}
+figure img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+}
+
+figure figcaption {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  font-style: italic;
+  text-align: justify;
+}