mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
style(website): align download buttons slightly
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user