Start flying section

This commit is contained in:
2026-01-23 15:19:35 -08:00
parent 30af32532c
commit ed7394cc49
35 changed files with 5611 additions and 8 deletions
+16
View File
@@ -1,3 +1,19 @@
@use "./base.scss";
// put your custom CSS here!
// Styling for Figures
figure {
margin: 0;
}
figcaption {
text-align: center;
margin-top: .35em;
font-size: 0.9em;
opacity: 0.8;
}
figure>img {
margin: 0;
}