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.
9 lines
No EOL
161 B
CSS
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;
|
|
} |