|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
5376 |
stevensc |
1 |
.posts-list {
|
|
|
2 |
display: flex;
|
|
|
3 |
flex-direction: column;
|
|
|
4 |
gap: .5rem;
|
|
|
5 |
|
|
|
6 |
h4 {
|
|
|
7 |
font-weight: 600;
|
|
|
8 |
font-size: 1.2rem;
|
|
|
9 |
color: $subtitle-color;
|
|
|
10 |
}
|
|
|
11 |
|
|
|
12 |
span {
|
|
|
13 |
color: $font-color;
|
|
|
14 |
font-size: .9rem;
|
|
|
15 |
}
|
|
|
16 |
}
|