Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit e55dd7e

Browse files
style: landing spacing
Signed-off-by: peterpeterparker <[email protected]>
1 parent c2b98c3 commit e55dd7e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

studio/src/app/components/landing/app-landing-deck/app-landing-deck.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ app-landing-deck {
5151
}
5252

5353
@media (max-width: 768px) {
54+
h1 {
55+
font-size: 38px;
56+
}
57+
58+
div[slot="start"] {
59+
padding: 0;
60+
}
61+
5462
div[slot="start"] {
5563
h2 {
5664
padding: 0;
@@ -62,6 +70,7 @@ app-landing-deck {
6270

6371
div[slot="start"] {
6472
text-align: center;
73+
max-width: 100%;
6574
}
6675
}
6776
}

studio/src/app/components/landing/app-landing-deck/app-landing-deck.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class AppLandingDeck {
8080
<deckgo-slide-split>
8181
<div slot="start">
8282
<h1>Make more than presentations</h1>
83-
<h3 style={{'font-weight': '300'}}>Create, present and share apps. Interact with your audience.</h3>
83+
<h3 style={{'font-weight': '300', 'margin-top': '16px'}}>Create, present and share apps. Interact with your audience.</h3>
8484

8585
<ion-button class="ion-margin-top" shape="round" href="/editor" routerDirection="root" mode="md" color="tertiary">
8686
<ion-label style={{'text-transform': 'none'}}>Get started with DeckDeckGo</ion-label>

0 commit comments

Comments
 (0)