Skip to content

Commit

Permalink
fix(css): remove 720px breakpoint in home layout (vuejs#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcnyin authored and YunYouJun committed Aug 30, 2021
1 parent 56aced9 commit 7c0d352
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/client/theme-default/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,4 @@ import HomeFooter from './HomeFooter.vue'
margin: 0px auto;
padding: 0 1.5rem;
}
@media (max-width: 720px) {
.home-content {
max-width: 392px;
padding: 0;
}
}
</style>

0 comments on commit 7c0d352

Please sign in to comment.