render single page

This commit is contained in:
Jonas Heinrich 2020-04-04 11:51:03 +02:00
parent 9231384f5a
commit 254cf7f37d
4 changed files with 32 additions and 98 deletions

View file

@ -6297,21 +6297,14 @@ body.page-theme-color-quaternary .events-readmore-link:hover {
}
}
.intro-text {
article > p:first-child {
margin-bottom: 4.16667rem;
}
.intro-text:last-child {
margin-bottom: 0;
}
.intro-text p {
font-size: 1.38889rem;
line-height: 1.94444rem;
}
@media (max-width: 1280px) {
.intro-text {
article > p:first-child {
margin-bottom: 3.33333rem;
}
}