mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 18:36:50 +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>
|
||||
</section>
|
||||
|
||||
<section className="layout-right">
|
||||
<section className="layout-right page-wrapper-shadow">
|
||||
<div className="image-container">
|
||||
<img
|
||||
src={rightImageSrc}
|
||||
|
@ -83,3 +83,9 @@
|
||||
.image-container .nimbus-logomark svg {
|
||||
height: 73px;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.page-wrapper-shadow {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user