mirror of
https://github.com/silvanshade/tower-lsp-web-demo.git
synced 2024-11-24 04:09:37 +00:00
Adjust CSS
This commit is contained in:
parent
e4b4abac40
commit
2a8b4e98ab
1 changed files with 3 additions and 1 deletions
|
@ -15,8 +15,10 @@ body {
|
|||
|
||||
div[id=container] {
|
||||
display: grid;
|
||||
height: 90%;
|
||||
width: 75%;
|
||||
height: 90%;
|
||||
min-width: 800px;
|
||||
min-height: 600px;
|
||||
grid-template-rows: auto auto auto minmax(0, 1fr) auto auto auto;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
margin: auto;
|
||||
|
|
Loading…
Reference in a new issue