web: Change margin to margin-top

This makes the demo page fit in a whole page without a scrollbar.
This commit is contained in:
relrelb 2020-11-14 12:25:47 +02:00 committed by Mike Welsh
parent 9068322d24
commit c8ed1debc6
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
}
#main {
margin: 15px;
margin-top: 15px;
width: 100%;
height: 100%;
align-self: center;