17 lines
212 B
CSS
17 lines
212 B
CSS
.inner.cover {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#categories {
|
|
display: flex;
|
|
align-items: baseline;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
#categories span {
|
|
width: 33%;
|
|
margin-bottom: 10px;
|
|
}
|