Program update

This commit is contained in:
2023-06-30 16:36:40 +03:00
parent 0fa1d5b6b7
commit 93f7c2de23
2 changed files with 20 additions and 0 deletions

View File

@@ -50,3 +50,16 @@
margin-top: 0;
margin-bottom: 1rem;
}
.performerList {
font-size: 1.5rem;
font-weight: bold;
list-style-type: none;
line-height: 1.5rem;
max-width: 20rem;
padding-left: 0;
li {
margin-top: 1em;
}
}