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

@@ -12,8 +12,15 @@
}
.page {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin-bottom: 8rem;
width: 47rem;
max-width: 100%;
}
.followNote {
max-width: 90%;
}