feat(WEB-167): update my pages layout to MVP wireframes
This commit is contained in:
13
components/MyPages/Blocks/Overview/Stats/stats.module.css
Normal file
13
components/MyPages/Blocks/Overview/Stats/stats.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.stats {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.7rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.stats {
|
||||
gap: 1.4rem;
|
||||
justify-content: center;
|
||||
max-width: 32rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user