Skip to content

Commit f76191f

Browse files
authored
Make main container fill entire screen
1 parent cc9118b commit f76191f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
height: 100%;
4848
}
4949

50+
.fillscreen {
51+
width: 100vw;
52+
height: 100vh;
53+
}
54+
5055
a.btn-accent {
5156
color: white;
5257
text-underline: none;
@@ -56,8 +61,8 @@
5661
}
5762
</style>
5863
</head>
59-
<body class="fill">
60-
<div class="vertical center">
64+
<body class="fillscreen">
65+
<div class="vertical center fillscreen">
6166
<img src="/ae-256px.png" alt="Advanced Effects open source after effects alternative">
6267
<h1>Advanced Effects</h1>
6368
<p>An open source animation software and, soon, compositing alternative to After Effects, Glaxnimate and Friction.</p>

0 commit comments

Comments
 (0)