Handle articles

This commit is contained in:
2024-03-15 23:42:01 +01:00
parent b888e2a2c6
commit f15c0f84ec
3 changed files with 111 additions and 5 deletions
+11
View File
@@ -1,3 +1,14 @@
.card {
cursor: pointer;
display: flex;
flex-direction: column;
height: 100%;
}
.card-content {
flex-grow: 1;
}
.charte-modal {
color: #07892f;
transition: color 0.3s ease;