Browse Source

exception responsive improve

pull/309/head
ddcat1115 9 years ago
parent
commit
e77e728580
  1. 28
      src/components/Exception/index.less

28
src/components/Exception/index.less

@ -47,3 +47,31 @@
}
}
}
@media screen and (max-width: @screen-xl) {
.exception {
.imgBlock {
padding-right: 88px;
}
}
}
@media screen and (max-width: @screen-sm) {
.exception {
display: block;
text-align: center;
.imgBlock {
padding-right: 0;
margin: 0 auto 24px;
}
}
}
@media screen and (max-width: @screen-xs) {
.exception {
.imgBlock {
margin-bottom: -24px;
overflow: hidden;
}
}
}

Loading…
Cancel
Save