Skip to content

Commit

Permalink
Merge pull request #1425 from falghamdi125/adjust-welcome-message-pad…
Browse files Browse the repository at this point in the history
…ding-for-mobile

Adjust the welcome message paddings for mobile view
  • Loading branch information
juliusknorr authored Nov 27, 2024
2 parents e1cc463 + 915bfe1 commit 7f0c590
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Welcome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ export default {
padding: 4em 8em;
}

@media (max-width: 60em) {
.welcome-content {
margin: auto;
max-width: 40em;
padding: 2em 2em 1em 1em;
}
}

.welcome-content h2 {
margin-bottom: 1em;
}
Expand Down

0 comments on commit 7f0c590

Please sign in to comment.