Compare commits
8
Commits
3db2520339
...
5878dbaf9a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5878dbaf9a | ||
|
|
edabd92c17 | ||
|
|
730b822a2b | ||
|
|
9e94f6cade | ||
|
|
a868136a99 | ||
|
|
fbf9449116 | ||
|
|
9349f73016 | ||
|
|
b06614a8c7 |
@@ -9,13 +9,20 @@ section.catPosts .largePost {
|
||||
|
||||
|
||||
section.categories {
|
||||
display: flex
|
||||
flex-direction row;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
margin-bottom: 5em;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user