1
0
cms11/resources/css/site-footer.css

17 lines
274 B
CSS

body > footer {
background-color: #001;
padding: 2rem;
font-size: 1rem;
nav {
display: flex;
justify-content: center;
align-items: center;
a {
text-decoration: none;
margin: 0 2rem;
}
}
}