Files
fullstack-gatsby-theme-bch-…/src/components/footer/footer.css
T

13 lines
238 B
CSS

#footer{
width: 100%;
max-height: 50px;
min-height: 50px;
background-color: var(--main-color);
display: flex;
justify-content: center;
align-items: center;
}
#footer a{
color: white;
font-weight: 400;
}