22 lines
No EOL
364 B
CSS
22 lines
No EOL
364 B
CSS
/* article cards styling */
|
|
|
|
.article-card {
|
|
background-color: var(--surface0);
|
|
border-radius: 20px;
|
|
padding: 1rem;
|
|
|
|
header {
|
|
h3 {
|
|
margin-top: unset !important;
|
|
margin-bottom: -.6rem;
|
|
}
|
|
|
|
p {
|
|
margin-top: .6rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
.article-card:not(:last-child) {
|
|
margin-bottom: 1rem;
|
|
} |