fix: card style fix and content fix on geocaching

This commit is contained in:
Matthieu Bessat 2024-05-18 15:11:14 +02:00
parent 725ed03760
commit 9fb0d2c988
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;
}