New single performer page

This commit is contained in:
2024-05-20 19:18:32 +03:00
parent 36ff0d9280
commit 8f57fc8456
3 changed files with 51 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
.performerContainer {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 27%;
}