mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 22:00:33 +08:00
style(website): slight adjustments to hero section on desktop
This commit is contained in:
parent
8416dab870
commit
bd32a08e11
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ section.hero-section > .content-wrapper {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
min-height: 60vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section.hero-section .title-section {
|
section.hero-section .title-section {
|
||||||
|
|
@ -129,6 +128,7 @@ section.hero-section .additional-options a {
|
||||||
@media (min-width: 720px) {
|
@media (min-width: 720px) {
|
||||||
section.hero-section > .content-wrapper {
|
section.hero-section > .content-wrapper {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
gap: 3em;
|
||||||
padding: 3em;
|
padding: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue