2017-12-28 08:36:44 +01:00
|
|
|
.inner.cover {
|
2017-12-28 19:13:27 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#categories {
|
2017-12-28 08:36:44 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2017-12-29 02:27:43 +01:00
|
|
|
#categories div {
|
2017-12-28 08:36:44 +01:00
|
|
|
margin-bottom: 10px;
|
2017-12-29 02:27:43 +01:00
|
|
|
flex-basis: 33%;
|
2017-12-28 08:36:44 +01:00
|
|
|
}
|