mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-11 02:46:25 +00:00
feat: add media query to remove right img
This commit is contained in:
parent
c4b6b5bf62
commit
6ff153e29d
@ -29,7 +29,7 @@ const PageWrapperShadow = ({
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="layout-right">
|
<section className="layout-right page-wrapper-shadow">
|
||||||
<div className="image-container">
|
<div className="image-container">
|
||||||
<img
|
<img
|
||||||
src={rightImageSrc}
|
src={rightImageSrc}
|
||||||
|
@ -83,3 +83,9 @@
|
|||||||
.image-container .nimbus-logomark svg {
|
.image-container .nimbus-logomark svg {
|
||||||
height: 73px;
|
height: 73px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 900px) {
|
||||||
|
.page-wrapper-shadow {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user