15 lines
208 B
CSS
15 lines
208 B
CSS
.Footer {
|
|
padding: 3rem 0;
|
|
background: var(--darkGrey);
|
|
color: white;
|
|
}
|
|
|
|
.Footer--Lower {
|
|
background: var(--darkGrey);
|
|
padding: 1rem 0;
|
|
font-weight: 100;
|
|
}
|
|
|
|
.Footer--Lower a {
|
|
color: inherit;
|
|
}
|