feat: Add start command

This commit is contained in:
2023-05-17 17:03:07 +02:00
parent 449bec0bb4
commit c170e69d9b
3 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,7 @@ body {
user-select: none;
}
@media (width <= 768px) {
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}