Updated profile page.
This commit is contained in:
9
src/app/(main)/profile/page.module.css
Normal file
9
src/app/(main)/profile/page.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.container {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.container {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user