Skip to content

Commit 5490978

Browse files
authored
Update index.html
1 parent 0a1299a commit 5490978

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,14 @@
3636
display: flex;
3737
flex-direction: column;
3838
}
39-
.vertical.vcenter {
40-
justify-items: center;
41-
}
4239
.horizontal {
4340
display: flex;
4441
flex-direction: row;
4542
}
4643
.horizontal * {
4744
margin-right: 5px;
4845
}
49-
.horizontal.hcenter {
46+
.center {
5047
align-items: center;
5148
}
5249

@@ -70,7 +67,7 @@
7067
</style>
7168
</head>
7269
<body class="fillscreen">
73-
<div class="vertical hcenter fillscreen">
70+
<div class="vertical center fillscreen">
7471
<img src="/ae-256px.png" width="256px" alt="Advanced Effects open source after effects alternative">
7572
<h1>Advanced Effects</h1>
7673
<p>An open source animation software and, soon, compositing alternative to After Effects, Glaxnimate and Friction.</p>

0 commit comments

Comments
 (0)