Skip to content

Commit d64a536

Browse files
committed
style: add margin-top to improve spacing in welcome page
1 parent 5d4130c commit d64a536

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

express/src/resources/views/welcome.edge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
font-size: 0.72rem;
203203
letter-spacing: 0.06em;
204204
color: var(--gold-light);
205+
margin-top: 1rem;
205206
margin-bottom: 2.8rem;
206207
transition: border-color 0.25s;
207208
}

h3/src/resources/views/welcome.edge

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
font-size: 0.72rem;
203203
letter-spacing: 0.06em;
204204
color: var(--gold-light);
205+
margin-top: 1rem;
205206
margin-bottom: 2.8rem;
206207
transition: border-color 0.25s;
207208
}

0 commit comments

Comments
 (0)