Push Version 1

This commit is contained in:
MasterAcnolo
2025-06-28 18:33:16 +02:00
parent 8b4b3c84e0
commit 1216e5f10d
5 changed files with 18 additions and 7 deletions

View File

@@ -29,11 +29,16 @@ body {
color: #333;
display: flex;
justify-content: center;
align-items: center;
align-items: center;
display: flex;
flex-direction: column;
align-items: center;
}
#videoInfo {
/* #videoInfo {
margin-top: 100px;
padding: 1em;
max-width: 600px;
@@ -51,4 +56,4 @@ body {
#videoInfo.visible {
opacity: 1;
max-height: 1000px;
}
} */