refactor: make my-pages page more reusable
This commit is contained in:
14
app/[lang]/(live)/(protected)/my-pages/page.module.css
Normal file
14
app/[lang]/(live)/(protected)/my-pages/page.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.blocks {
|
||||
display: grid;
|
||||
gap: 4.2rem;
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 950px) {
|
||||
.blocks {
|
||||
gap: 6.4rem;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user