All categories page created with flex
Some checks reported warnings
🚀 Deploy website on push / 🎉 Deploy (push) Has been cancelled
Some checks reported warnings
🚀 Deploy website on push / 🎉 Deploy (push) Has been cancelled
This commit is contained in:
parent
da791c8866
commit
e106f89dcb
@ -6,3 +6,16 @@ main > h1 {
|
||||
section.catPosts .largePost {
|
||||
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