Moved table in profile/edit and updated grid.

This commit is contained in:
2024-05-13 23:38:04 +02:00
parent 7729665e0b
commit 2c37865265
3 changed files with 15 additions and 8 deletions

View File

@@ -202,6 +202,12 @@ input[type=text]:read-only {
fill: #009ade;
}
.left{
margin-right: auto;
}
.right{
margin-left: auto;
}
.leftside {
grid-area: leftside;