chore(debug): auth
This commit is contained in:
15
app/[lang]/(live)/(protected)/my-pages2/page.module.css
Normal file
15
app/[lang]/(live)/(protected)/my-pages2/page.module.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.blocks {
|
||||
display: grid;
|
||||
gap: 4.2rem;
|
||||
padding-top: 4rem;
|
||||
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