fix(css): remove 720px breakpoint in home layout (#347)

pull/374/head
箱子 3 years ago committed by GitHub
parent 1e64773933
commit 0c1a1f2ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save