categories-page #44
@ -6,3 +6,16 @@ main > h1 {
|
|||||||
section.catPosts .largePost {
|
section.catPosts .largePost {
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
section.categories {
|
||||||
|
display: flex
|
||||||
|
flex-direction row;
|
||||||
|
justify-content: center;
|
||||||
|
align-items;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
section.categories .btnContainer {
|
||||||
|
flex-basis: 33.3333333%
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user