add some top padding

master
evan 2019-10-08 16:11:00 -07:00
parent 9179c468eb
commit 04d52a31fc
2 changed files with 2 additions and 1 deletions

View File

@ -81,6 +81,7 @@ div {
}
#top {
padding-top: 15vh;
display: flex;
flex-direction: row;
justify-content: center;

2
dist/index.html vendored
View File

@ -1,7 +1,7 @@
<html>
<head>
<title>AnimationTool</title>
<title>AnimationExportTool</title>
<meta charset="utf-8">
<link rel="icon" href="/favicon.ico">