style maps page

This commit is contained in:
John Hess 2024-06-25 11:32:24 -05:00
parent 936a9ff20e
commit daced4ec04

View file

@ -154,7 +154,7 @@ a:active {
width: 100%;
max-width: 680px;
margin: 0 auto;
padding: 0 10px;
padding: 0 20px;
img.hero {
width: 100%;
}
@ -182,14 +182,27 @@ a:active {
max-width: 340px;
text-align: center;
}
.step-label {
background-color: #F4F3F2;
border-radius: 6px;
color: #787776;
font-size: 12px;
margin: 40px auto 0 auto;
padding: 10px 20px;
text-transform: uppercase;
font-weight: 600;
width: fit-content;
}
h2 {
font-size: 18px;
font-weight: 500;
font-weight: 700;
margin: 30px 0 15px 0;
text-align: center;
}
p.informational-text {
font-size: 14px;
font-weight: 400;
line-height: 21px;
margin: 10px 0;
}
.filelist {