Skip to content

Commit

Permalink
style: make cards narrower
Browse files Browse the repository at this point in the history
  • Loading branch information
Xecades committed Feb 8, 2024
1 parent bfcf579 commit 74f33cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ body {
touch-action: manipulation;
}

@media screen and (min-width: 768px) {
@media screen and (min-width: 650px) {
#app {
width: 650px;
width: 600px;
margin: 0 auto;
}
}
2 changes: 1 addition & 1 deletion src/components/TitleComp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const $ = defineProps({
margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
@media screen and (min-width: 650px) {
.title {
font-size: 2.2rem;
}
Expand Down

0 comments on commit 74f33cc

Please sign in to comment.