rf-web/_sass/pages/event.scss

11 lines
138 B
SCSS
Raw Permalink Normal View History

2021-01-30 14:31:30 +00:00
#page-event {
2021-05-26 18:23:12 +00:00
.post-item > div:first-of-type {
align-items: flex-start;
}
2021-01-30 14:31:30 +00:00
.date-box {
p {
line-height: 1;
}
}
}