Make performers, info and program responsive

This commit is contained in:
2022-06-29 23:36:36 +03:00
parent 7ee4cca863
commit 605adc66c5
7 changed files with 25 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
justify-content: flex-start;
align-items: flex-start;
width: 90%;
cursor: pointer;
p {
padding-left: 1rem;
@@ -52,3 +53,10 @@
transition: color 0.3s;
}
}
@media screen and (max-width: 768px) {
.performerContainer {
flex-direction: column;
align-items: center;
}
}