diff --git a/components/ArticleCard.vue b/components/ArticleCard.vue index c55d3d8..485821a 100644 --- a/components/ArticleCard.vue +++ b/components/ArticleCard.vue @@ -96,7 +96,7 @@ flex-direction: column align-items: center justify-content: flex-start - padding: 1rem + padding: 1rem 3vw border-top-left-radius: 1rem border-bottom-right-radius: 50% box-shadow: 2px 2px 5px 3px rgba(black, .2) @@ -106,7 +106,7 @@ font-size: 1rem line-height: 140% font-family: 'Mainfont-Bold' - margin: .2rem 1rem + margin: .2rem 0 hyphens: auto \ No newline at end of file diff --git a/components/CallToActionBox.vue b/components/CallToActionBox.vue index e59e56b..37eaee4 100644 --- a/components/CallToActionBox.vue +++ b/components/CallToActionBox.vue @@ -26,11 +26,11 @@ }) - \ No newline at end of file diff --git a/components/LanguageBox.vue b/components/LanguageBox.vue index bb34333..0a8f98e 100644 --- a/components/LanguageBox.vue +++ b/components/LanguageBox.vue @@ -1,5 +1,5 @@