File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 88.site-footer {
99 background-color : rgb (247 , 242 , 250 );
1010 color : #333 ;
11- padding : 40 px 0 ;
11+ padding : 30 px 0 ;
1212}
1313
1414.footer-container {
2121 flex-wrap : wrap ;
2222 justify-content : space-between ;
2323 gap : 2rem ;
24- margin-bottom : 30 px ;
24+ margin-bottom : 2.5 rem ;
2525}
2626
2727.footer-column {
4040 font-size : 14px ;
4141 line-height : 1.6 ;
4242 margin-bottom : 20px ;
43- padding-top : 1 rem ;
43+ padding-top : 0.5 rem ;
4444 }
4545}
4646
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 );
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 {
You can’t perform that action at this time.
0 commit comments