feat(geocaching): images and text

feat(shortcode): introduction of fig-img shortcode
This commit is contained in:
Matthieu Bessat 2023-09-21 23:19:37 +02:00
parent c1eec5f413
commit db4e5e3556
23 changed files with 197 additions and 37 deletions

View file

@ -14,7 +14,7 @@ body {
.site-footer {
border-top: .3rem solid $accent;
margin-top: 1rem;
margin-top: 4rem;
background-color: $background;
color: white;
@ -28,6 +28,10 @@ body {
}
}
.landing-page .site-footer {
margin-top: 1rem;
}
// .site-footer__title {
// @extends .serif-font;
// }