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

Commit a362630

Browse files
committed
fix(app-home): style tweaks
1 parent 7045221 commit a362630

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

src/components/app-footer/app-footer.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
font-size: 1.6rem;
1515
margin-bottom: 1.5rem;
1616
@include media-breakpoint-down(md) {
17-
font-size: 1rem;
17+
font-size: 1.3rem;
1818
margin-bottom: 1rem;
1919
}
2020
}

src/components/app-footer/app-footer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export class AppFooter {
2424
{translate('footer.address.phoneNumber')}
2525
<br />
2626
<a href="mailto:hello@openforge.io">{translate('footer.address.email')}</a>
27+
<br />
2728
<stencil-route-link url="/service-level-agreement">{translate('footer.social.sla')}</stencil-route-link>
2829
<br />
2930
<stencil-route-link url="/service-level-agreement">{translate('footer.social.presskit')}</stencil-route-link>

src/pages/app-home/app-home.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@
358358
a {
359359
margin: 0 10px;
360360
}
361+
362+
@include media-breakpoint-down(sm) {
363+
margin: 2rem 0 2rem;
364+
}
361365
}
362366

363367
button.button-work {
@@ -375,6 +379,8 @@
375379

376380
@include media-breakpoint-down(md) {
377381
display: flex;
382+
padding: 20px;
383+
height: initial;
378384
}
379385
}
380386

0 commit comments

Comments
 (0)