2022-06-19 13:23:41 +01:00
|
|
|
section.content {
|
2022-06-14 20:57:43 +01:00
|
|
|
font-size: 1.25rem;
|
2022-06-26 10:29:13 +01:00
|
|
|
padding-top: 0.5rem;
|
2022-06-14 20:57:43 +01:00
|
|
|
}
|
2022-06-19 21:06:35 +01:00
|
|
|
|
|
|
|
.content-details {
|
2022-06-26 12:55:20 +01:00
|
|
|
& > span + span {
|
2022-06-19 21:06:35 +01:00
|
|
|
margin-left: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2022-06-26 12:55:20 +01:00
|
|
|
|
|
|
|
.tags {
|
|
|
|
display: inline-flex;
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
.tag {
|
|
|
|
background-color: unset;
|
|
|
|
font-size: inherit;
|
|
|
|
margin-bottom: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
& &:not(:last-child) {
|
|
|
|
margin-right: 0.2rem !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-06-19 21:06:35 +01:00
|
|
|
}
|