Skip to content

Commit 5ae2db6

Browse files
committed
Reduce hero logo size from 140px to 80px
1 parent 13e0a42 commit 5ae2db6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,9 +935,9 @@ input::placeholder {
935935
}
936936

937937
.hero-logo {
938-
height: 140px;
938+
height: 80px;
939939
width: auto;
940-
margin-bottom: var(--space-xl);
940+
margin-bottom: var(--space-lg);
941941
}
942942

943943
.hero .description {

0 commit comments

Comments
 (0)