rf-web/_sass/layouts/event.scss

26 lines
346 B
SCSS

.event {
.post-header {
h3,
a {
margin: 0;
}
h2 {
display: inline-block;
align-items: flex-start;
small {
display: inline;
vertical-align: super;
font-size: $size-14;
white-space: nowrap;
}
}
}
.post-content {
h3 {
font-weight: bold;
}
}
}