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

18 lines
299 B
CSS
Raw Normal View History

body > footer {
background-color: #001;
padding: 2rem;
font-size: 1rem;
nav {
display: flex;
2024-04-26 13:47:36 +02:00
flex-wrap: wrap;
justify-content: center;
align-items: center;
a {
text-decoration: none;
margin: 0 2rem;
}
}
}