|
@@ -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;
|