add some top padding
parent
9179c468eb
commit
04d52a31fc
|
@ -81,6 +81,7 @@ div {
|
|||
}
|
||||
|
||||
#top {
|
||||
padding-top: 15vh;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>AnimationTool</title>
|
||||
<title>AnimationExportTool</title>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
|
|
Loading…
Reference in New Issue