Skip to content

Commit 73d18d4

Browse files
vishalshrm539Sharma
andauthored
Style issues fixed in Footer and the landing page (#606)
Co-authored-by: Sharma <[email protected]>
1 parent 15df1aa commit 73d18d4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/app/_samples/mediaco/components/banner/banner.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535

3636
.background-image-style {
37-
margin-left: -16px;
37+
margin-left: 1rem;
3838
margin-right: -16px;
3939
height: calc(19rem);
4040
background-size: cover;

src/app/_samples/mediaco/components/footer/footer.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
background-color: rgb(247, 242, 250);
1010
color: #333;
1111
padding: 30px 0;
12+
margin-left: 1rem;
1213
}
1314

1415
.footer-container {
@@ -21,7 +22,7 @@
2122
flex-wrap: wrap;
2223
justify-content: space-between;
2324
gap: 2rem;
24-
margin-bottom: 2.5rem;
25+
margin-bottom: 2rem;
2526
}
2627

2728
.footer-column {

0 commit comments

Comments
 (0)