my-portfolio/src/blog/css/category.css

23 lines
322 B
CSS
Raw Normal View History

main > h1 {
padding-left: 3em;
}
section.catPosts .largePost {
margin-bottom: 3em;
2023-10-21 23:26:00 +01:00
}
section.categories {
2023-10-24 16:17:30 +01:00
display: flex;
2023-10-21 23:26:00 +01:00
flex-direction row;
justify-content: center;
2023-10-24 16:19:11 +01:00
align-items: center;
2023-10-21 23:26:00 +01:00
flex-wrap: wrap;
2023-10-24 16:20:35 +01:00
width: 100%;
2023-10-21 23:26:00 +01:00
}
section.categories .btnContainer {
2023-10-24 16:17:30 +01:00
flex-basis: 33.3333333%;
2023-10-21 23:26:00 +01:00
}