2024-11-10 14:45:58 +01:00
|
|
|
.press_articles_list{
|
|
|
|
display:grid;
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
gap: 10px;
|
|
|
|
grid-auto-rows: minmax(100px, auto);
|
|
|
|
.press_article{
|
2024-11-10 14:50:39 +01:00
|
|
|
display:flex;flex-direction:column;
|
2024-11-10 14:45:58 +01:00
|
|
|
.p_a_img{}
|
|
|
|
.p_a_datas{
|
2024-11-10 14:50:39 +01:00
|
|
|
background:rgba(20,20,20,0.5);
|
2024-11-10 14:45:58 +01:00
|
|
|
.p_a_title{}
|
|
|
|
.p_a_infos{}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|