Handle articles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user