add actual map links; improve spacing

This commit is contained in:
John Hess 2024-06-07 15:53:50 -05:00
parent f602b282d5
commit 0f73bc81f4
3 changed files with 67 additions and 7 deletions

View file

@ -174,7 +174,7 @@ a:active {
h2 {
font-size: 18px;
font-weight: 500;
margin: 20px 0 10px 0;
margin: 30px 0 15px 0;
}
p {
font-size: 14px;
@ -184,6 +184,11 @@ a:active {
.filelist {
background-color: white;
border-radius: 20px;
margin-top: 40px;
}
.btn-container {
width: fit-content;
margin: 30px auto;
}
}