Kaynağa Gözat

Reduce font-size inside the figcaption

Danilo Gómez Gómez 5 yıl önce
ebeveyn
işleme
016d233c34
1 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  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;