Skip to content

Commit a12adf2

Browse files
committed
fix(launch): add padding above slogan on homepage
1 parent acf8441 commit a12adf2

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/violet-hounds-rush.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket/launch': patch
3+
---
4+
5+
Add padding above slogan an home page

packages/launch/src/home/LaunchHome.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export class LaunchHome extends LitElement {
122122
123123
.page-slogan {
124124
font-size: 18px;
125+
padding-top: 25px;
125126
}
126127
127128
.reason-header {

0 commit comments

Comments
 (0)