Skip to content

Commit

Permalink
fix(css): remove 720px breakpoint in home layout (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcnyin authored Aug 20, 2021
1 parent 1e64773 commit 0c1a1f2
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 0c1a1f2

Please sign in to comment.