瀏覽代碼

Reduce font-size inside the figcaption

Danilo Gómez Gómez 5 年之前
父節點
當前提交
016d233c34
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      static/css/main.css

+ 2 - 4
static/css/main.css

@@ -117,9 +117,6 @@ h2 {
 	text-decoration: none;
 	text-transform: uppercase;
 }
-figure figcaption {
-	font-size: .9em;
-}
 a.selected, a[href]:hover {
 	/* cursor: default; */
 	/* display: inline-block; */
@@ -263,7 +260,7 @@ figure img.tile, svg {
 	cursor: pointer;
 }
 figure figcaption {
-	font-size: .9em;
+	font-size: .7em;
 	padding: var(--caption-vmargin) var(--caption-hmargin);
 	display: flex;
 	flex-direction: column;
@@ -283,6 +280,7 @@ figure:hover figcaption {
 }
 figcaption h1 {
 	margin: 0;
+	/* font-family: 'akrobat-regular'; */
 }
 .caption {
 	display: flex;