Skip to content

Commit

Permalink
media query used
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj-krSingh committed May 2, 2024
1 parent 08ff541 commit 2927993
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/templates/TemplateThankYou.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2927993

Please sign in to comment.