fix: remove media query for closing img
This commit is contained in:
parent
a3fa00934e
commit
2705db6606
|
@ -28,8 +28,7 @@ const PageWrapperShadow = ({
|
|||
<div className="container-inner">{children}</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section className="layout-right page-wrapper-shadow">
|
||||
<section className="layout-right">
|
||||
<div className="image-container">
|
||||
<img
|
||||
src={rightImageSrc}
|
||||
|
|
|
@ -85,12 +85,6 @@
|
|||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.page-wrapper-shadow {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
.layout-left {
|
||||
flex: 0 0 100%;
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in New Issue