diff --git a/src/components/Exception/index.less b/src/components/Exception/index.less index bfc4981842afc7481a70185113911e7026a53e95..d920141d76e23ffc342eaa23cd51c7315194a466 100644 --- a/src/components/Exception/index.less +++ b/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; + } + } +}