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

29 lines
466 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-28 11:26:39 +01:00
flex-direction: row;
2023-10-21 23:26:00 +01:00
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-24 16:25:32 +01:00
margin-bottom: 5em;
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-24 17:58:18 +01:00
display: flex;
2023-10-28 11:26:39 +01:00
flex-direction: row;
2023-10-24 17:58:18 +01:00
justify-content: center;
align-items: center;
flex-wrap: wrap;
2023-10-21 23:26:00 +01:00
}