rar-index-py/flask/static/user.css
Michael Rodin fd1742ec38 User details
Added a user details page and the ability to update display name and password
2023-10-20 16:50:05 +02:00

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;
}