mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 18:45:36 +01:00
Updated profile page.
This commit is contained in:
parent
6802093d69
commit
8bcea84409
4 changed files with 15 additions and 7 deletions
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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue