fix: card style fix and content fix on geocaching
All checks were successful
Deploy workflow / deploy (push) Successful in 33s

This commit is contained in:
Matthieu Bessat 2024-05-18 15:11:14 +02:00
parent 975203a718
commit ddb9c90de8
6 changed files with 11 additions and 5 deletions

View file

@ -1,4 +1,5 @@
.card {
margin-top: 2rem;
padding: 0.5rem;
border: 1px solid gray;
border-radius: 2px;

View file

@ -134,6 +134,7 @@ img {
}
.highlighted {
font-size: 2rem;
font-weight: bold;
}