Skip to content

Commit 0c1a1f2

Browse files
authored
fix(css): remove 720px breakpoint in home layout (#347)
1 parent 1e64773 commit 0c1a1f2

File tree

1 file changed

+0
-7
lines changed
  • src/client/theme-default/components

1 file changed

+0
-7
lines changed

src/client/theme-default/components/Home.vue

-7
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,4 @@ import HomeFooter from './HomeFooter.vue'
2828
margin: 0px auto;
2929
padding: 0 1.5rem;
3030
}
31-
32-
@media (max-width: 720px) {
33-
.home-content {
34-
max-width: 392px;
35-
padding: 0;
36-
}
37-
}
3831
</style>

0 commit comments

Comments
 (0)