Skip to content

Commit 602887f

Browse files
committed
Adjust the welcome message paddings for mobile view
Signed-off-by: Faisal Alghamdi <[email protected]>
1 parent 53a6597 commit 602887f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/Welcome.vue

+8
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ export default {
7676
padding: 4em 8em;
7777
}
7878

79+
@media (max-width: 60em) {
80+
.welcome-content {
81+
margin: auto;
82+
max-width: 40em;
83+
padding: 2em 2em 1em 1em;
84+
}
85+
}
86+
7987
.welcome-content h2 {
8088
margin-bottom: 1em;
8189
}

0 commit comments

Comments
 (0)