feat: finish my pages overview page according to wireframe
This commit is contained in:
16
components/MyPages/Blocks/Overview/Mobile/mobile.module.css
Normal file
16
components/MyPages/Blocks/Overview/Mobile/mobile.module.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.overviewMobile {
|
||||
background-color: var(--some-grey-color, #f2f2f2);
|
||||
left: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
padding: 3.5rem 2rem 2rem;
|
||||
position: relative;
|
||||
right: 50%;
|
||||
width: 100dvw;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.overviewMobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user