Compare commits

..

3 Commits

Author SHA1 Message Date
4abb52075d Merge pull request 'remove justify content 'center'' (#239) from text-align into main
All checks were successful
continuous-integration/drone/promote/www Build is passing
continuous-integration/drone/push Build is passing
Reviewed-on: #239
2024-01-13 19:51:37 +01:00
59ee17c4ac feat: Left aligned body text of card.
All checks were successful
continuous-integration/drone/pr Build is passing
2024-01-13 19:49:29 +01:00
cf004302b1 remove justify content 'center'
All checks were successful
continuous-integration/drone/pr Build is passing
2024-01-13 18:48:25 +01:00

View File

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