Change about page to coming soon

This commit is contained in:
2024-03-12 22:32:14 +00:00
parent d5bad76fb0
commit caf3718b0e
4 changed files with 51 additions and 35 deletions

View File

@@ -666,6 +666,10 @@ video {
max-width: 36rem;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-shrink-0 {
flex-shrink: 0;
}