Skip to content

Commit 70c0b65

Browse files
style: fix padding
1 parent 92eba10 commit 70c0b65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/homepage/homepage.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
@include utils.media(large) {
3636
margin-left: 250px;
3737
width: calc(100% - 250px);
38-
padding: 120px 50px 0;
38+
padding: 85px 50px 0;
3939
&.wide {
4040
width: 100%;
4141
}
@@ -44,7 +44,7 @@
4444
//@include transform(translateX(0));
4545
margin-left: 0;
4646
width: 100%;
47-
padding: 120px 20px 0;
47+
padding: 85px 20px 0;
4848
}
4949

5050
@media print {

0 commit comments

Comments
 (0)