Skip to content

Commit

Permalink
small display
Browse files Browse the repository at this point in the history
  • Loading branch information
parinya-ao committed Nov 21, 2024
1 parent 4d12318 commit 9fccd38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/resumeComponents/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ export default {
justify-content: space-between;
align-items: center;
/* padding: 20px; */
max-width: 1200px;
margin: 0 auto;
padding: 16px;
}
.left,
Expand Down
11 changes: 11 additions & 0 deletions src/views/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,15 @@ export default {
margin: 36px;
padding: 36px;
}
@media (max-width: 768px) {
.box {
margin: 16px;
padding: 16px;
}
.Resume {
flex-direction: column;
align-items: center;
}
}
</style>

0 comments on commit 9fccd38

Please sign in to comment.