Compare commits

..

No commits in common. "4abb52075def6d2c27529f9061f51fb15336b0f5" and "bd5c9aca36b39893d3ab2dadbe4ce928be06da8a" have entirely different histories.

View File

@ -649,6 +649,7 @@ hr.-even {
max-width: 300px; max-width: 300px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center;
} }
.card__icon { .card__icon {
@ -667,6 +668,10 @@ hr.-even {
text-align: center; text-align: center;
} }
.card__text {
text-align: center;
}
.content__teaser { .content__teaser {
color: var(--wtf-orange); color: var(--wtf-orange);
font-size: 1.15rem; font-size: 1.15rem;