Skip to content

Commit

Permalink
Adjust the welcome message paddings for mobile view
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Alghamdi <[email protected]>
  • Loading branch information
falghamdi125 committed Nov 26, 2024
1 parent 53a6597 commit 602887f
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 602887f

Please sign in to comment.