new apps page

This commit is contained in:
John Hess 2024-06-07 16:59:23 -05:00
parent 166a988bc9
commit 9062b4e1a2
18 changed files with 51 additions and 2 deletions

View file

@ -172,6 +172,7 @@ a:active {
text-align: center;
}
p.subtitle {
color: #9B9A98;
font-size: 16px;
font-weight: 400;
margin: 0 auto 10px auto;
@ -197,6 +198,28 @@ a:active {
width: fit-content;
margin: 30px auto;
}
.btn-secondary {
background-color: #F4F3F2;
border-radius: 26px;
height: 52px;
width: fit-content;
padding: 0 20px;
font-size: 16px;
font-weight: 600;
margin: 0 auto;
// center text vertically
display: flex;
align-items: center;
}
}
// TODO: Make this push to the bottom when the page isn't as tall as the viewport.
.push-footer {
font-size: 12px;
text-align: center;
margin: 20px 0;
padding: 0 10px;
width: 100%;
}
// ----------------------------------