Compare commits
No commits in common. "5878dbaf9abf848fe83115f028181144dde3f0df" and "3db252033918c5c99e8a952167f221312d58b033" have entirely different histories.
5878dbaf9a
...
3db2520339
@ -9,20 +9,13 @@ section.catPosts .largePost {
|
|||||||
|
|
||||||
|
|
||||||
section.categories {
|
section.categories {
|
||||||
display: flex;
|
display: flex
|
||||||
flex-direction: row;
|
flex-direction row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
width: 100%;
|
|
||||||
margin-bottom: 5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
section.categories .btnContainer {
|
section.categories .btnContainer {
|
||||||
flex-basis: 33.3333333%;
|
flex-basis: 33.3333333%
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user