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

26 lines
449 B
CSS

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