groupe-up: introduce .column instead #left & #right (#48515)

This commit is contained in:
Thomas Jund 2020-11-09 18:04:21 +01:00
parent be6be2d0a3
commit 6cb8fe7cc7
1 changed files with 2 additions and 2 deletions

View File

@ -470,7 +470,7 @@ div#sidebar + div#columns-wrapper > div.a2-block {
padding: 2rem;
}
div#left.profile {
div.column.profile {
margin-top: 0;
margin-left: 2rem;
width: 60%;
@ -483,7 +483,7 @@ div#left.profile {
}
}
div#right.account-management {
div.column.account-management {
width: 30%;
}