separate profile sections
This commit is contained in:
parent
e07549f080
commit
71fac74955
|
@ -6,9 +6,13 @@
|
||||||
body.profile .page-container {
|
body.profile .page-container {
|
||||||
margin-left: auto; margin-right: auto;
|
margin-left: auto; margin-right: auto;
|
||||||
max-width: 800px;
|
max-width: 800px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.profile .page-container .header-table {
|
||||||
background: var(--primary-container-background);
|
background: var(--primary-container-background);
|
||||||
border: var(--primary-container-border);
|
border: var(--primary-container-border);
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.profile .page-container .header-table,
|
body.profile .page-container .header-table,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user