Skip to content

Commit 8f18fde

Browse files
figcaption style in custom.css
1 parent 4ac2e17 commit 8f18fde

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

assets/css/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,8 @@ border-color: #e0e0e0;
105105

106106
.btn-hero:hover {
107107
background-color: #e2e6ea;
108-
}
108+
}
109+
110+
figcaption {
111+
font-style: italic;
112+
}

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The CF community embraces a philosophy of producing excellence by maintaining an
9292

9393
<figure>
9494
<img src="Data/media/images/CF2024_group2_cropped.jpg" style="max-width:100%; height:auto;" alt="Members of the CF community at the 2024 conventions workshop">
95-
<figcaption>_Members of the CF community at the 2024 conventions workshop_</figcaption>
95+
<figcaption>Members of the CF community at the 2024 conventions workshop</figcaption>
9696
</figure>
9797

9898
</div>

0 commit comments

Comments
 (0)