Skip to content

Commit c475ee8

Browse files
author
Sharma
committed
Reduced padding and the gap between the list links
1 parent 2630c46 commit c475ee8

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.site-footer {
99
background-color: rgb(247, 242, 250);
1010
color: #333;
11-
padding: 40px 0;
11+
padding: 30px 0;
1212
}
1313

1414
.footer-container {
@@ -21,7 +21,7 @@
2121
flex-wrap: wrap;
2222
justify-content: space-between;
2323
gap: 2rem;
24-
margin-bottom: 30px;
24+
margin-bottom: 2.5rem;
2525
}
2626

2727
.footer-column {
@@ -40,7 +40,7 @@
4040
font-size: 14px;
4141
line-height: 1.6;
4242
margin-bottom: 20px;
43-
padding-top: 1rem;
43+
padding-top: 0.5rem;
4444
}
4545
}
4646

@@ -99,6 +99,7 @@
9999
background-color: transparent !important;
100100
text-decoration: none;
101101
transition: transform 0.3s ease;
102+
border-radius: 0;
102103

103104
&:hover {
104105
transform: translateX(4px);
@@ -153,6 +154,12 @@
153154
/* Nav List Spacing & Text */
154155
::ng-deep .mat-mdc-nav-list .mat-mdc-list-item {
155156
padding-left: 0;
157+
height: 100%;
158+
margin-bottom: 0.5rem;
159+
}
160+
161+
::ng-deep .mat-mdc-nav-list .mat-mdc-list-item:last-child {
162+
margin-bottom: 0;
156163
}
157164

158165
::ng-deep .mdc-list-item__primary-text {

0 commit comments

Comments
 (0)