Commit 59abe3cd by zhangxingmin

push

parent bb9f62dc
......@@ -238,15 +238,13 @@ image{
}
/* 响应式设计 */
@media (min-width: 768px) and (max-width: 1023px) {
@media (orientation: landscape) {
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
.container {
max-width: 1024px;
display: flex;
align-items: center;
flex-direction: column;
}
}
}
@media (min-width: 1024px) and (max-width: 1279px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment