Make performers, info and program responsive
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user