Add planned start time

This commit is contained in:
2023-06-25 23:33:34 +01:00
parent ec2ef2142b
commit 602b4c5d0d
10 changed files with 69 additions and 18 deletions

View File

@ -15,4 +15,10 @@
.video-grid {
grid-template-columns: repeat(8, 1fr);
}
}
.homepage h2 {
background: #171717;
padding: 40px;
}