sciwork / swportal

Portal website for sciwork: https://sciwork.dev/
https://sciwork.dev/
17 stars 35 forks source link

FEATURE: add the 202401 review blog and fix the template of blog #375

Closed kuomc closed 6 months ago

kuomc commented 6 months ago

In this PR, I add the content of 202401 review blog. I also corrected the layout of the blog page. But I am not sure if this is a good way.

kuomc commented 6 months ago

Hi @yungyuc , can you help me check if the content is appropriate?

kuomc commented 6 months ago

image This is the original blog layout. The height of two blocks in a row are different. I add the flex and flex-col class in each blog block. Then, I add a div with flex-1 class grow and fill the available space to make sure the size of each blog block are the same. But I am not sure if this is a good method. I thought I could use the appropriate class to achieve the goal, but I can't find it.