Files
digifi-www/src/components/Footer/footer.module.css
T
2024-03-18 11:01:05 +01:00

8 lines
214 B
CSS

.lower_footer{
background: url(../../assets/images/footer_back.jpg) no-repeat;
background-size: cover;
/* padding: 0.4rem 0; */
display: flex;
align-items: center;
justify-content: center;
}