Michael Rodin
fd1742ec38
Added a user details page and the ability to update display name and password
9 lines
189 B
CSS
9 lines
189 B
CSS
div.grid-container {
|
|
display: grid;
|
|
grid-template-columns: max-content max-content;
|
|
}
|
|
|
|
div.grid-container > * {
|
|
padding: 0.2em 0.5em;
|
|
border-bottom: lightgrey 0.1em solid;
|
|
} |