fix(ui): increase spacing between welcome heading and cards
This commit is contained in:
@@ -80,7 +80,7 @@ code { background: var(--bg); padding: .15rem .4rem; border-radius: 4px; font-si
|
|||||||
.inline { display: inline; }
|
.inline { display: inline; }
|
||||||
|
|
||||||
/* Section */
|
/* Section */
|
||||||
.section { margin-bottom: 2rem; }
|
.section { margin-top: 2rem; margin-bottom: 2rem; }
|
||||||
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
|
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
|
||||||
|
|
||||||
/* Card grid */
|
/* Card grid */
|
||||||
|
|||||||
Reference in New Issue
Block a user