style(website): align download buttons slightly

This commit is contained in:
Elian Doran 2025-09-27 16:35:09 +03:00
parent fe8099d8d1
commit 9919d0cbfa
No known key found for this signature in database

View File

@ -17,8 +17,19 @@
vertical-align: sub;
}
.download-card .card-content-inner {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.download-options {
margin-top: 2em;
justify-content: flex-end;
align-items: stretch;
flex-grow: 1;
align-items: center;
display: flex;
flex-direction: column;
}
.download-options a.recommended {
@ -27,6 +38,7 @@
color: var(--brand-foreground-color);
border-radius: calc(infinity * 1px);
margin: 1em 0;
align-self: stretch;
}
.download-options .other-options {