mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 03:59:05 +01:00
style(website): align download buttons slightly
This commit is contained in:
parent
fe8099d8d1
commit
9919d0cbfa
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user