Merge pull request #3 from ellaestigoy/adjust-heigt
decrease height so there's more readable area
This commit is contained in:
commit
460e3bfe2f
|
@ -7,7 +7,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
min-height: 65%;
|
min-height: 50%;
|
||||||
|
|
||||||
// align content in the middle
|
// align content in the middle
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
Loading…
Reference in New Issue