umami/src/app/(main)/profile/ProfilePage.module.css

10 lines
109 B
CSS
Raw Normal View History

2024-02-05 07:55:14 +00:00
.container {
margin: 0 auto;
}
@media screen and (max-width: 768px) {
.container {
margin: 0;
}
}