diff --git a/src/components/templates/TemplateThankYou.vue b/src/components/templates/TemplateThankYou.vue index 8c0e4ca85..7d8395fd4 100644 --- a/src/components/templates/TemplateThankYou.vue +++ b/src/components/templates/TemplateThankYou.vue @@ -67,6 +67,12 @@ export default { font-size: 4rem; font-weight: var(--semi-bold-font); text-align: center; + + @media only screen and (max-width: 400px ) { + width: 330px; + min-width: 300px; + font-size: 2rem; + } } .custom-para {