rar-index-py/flask/static/login.css
Michael Rodin dda864a92e login
Added login functionality. It's a bit clunky, but it deas what it needs to. Testing needed.
The header now has a search bar, but the page itself needs to be created.
2023-10-18 12:55:20 +02:00

9 lines
No EOL
161 B
CSS

div.grid-container {
margin: 2em 0 0 1em;
display: inline-grid;
grid-template-columns: auto auto;
}
div.grid-container > * {
margin: 1em auto;
}