fix: card style fix and content fix on geocaching
All checks were successful
Deploy workflow / deploy (push) Successful in 33s
All checks were successful
Deploy workflow / deploy (push) Successful in 33s
This commit is contained in:
parent
975203a718
commit
ddb9c90de8
6 changed files with 11 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
.card {
|
||||
margin-top: 2rem;
|
||||
padding: 0.5rem;
|
||||
border: 1px solid gray;
|
||||
border-radius: 2px;
|
||||
|
|
|
|||
|
|
@ -134,6 +134,7 @@ img {
|
|||
}
|
||||
|
||||
.highlighted {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue