Program page styles improvement

This commit is contained in:
2023-07-18 18:14:10 +03:00
parent 69e84a5de7
commit cebe892bf7
2 changed files with 97 additions and 19 deletions

View File

@@ -63,3 +63,29 @@
margin-top: 1em;
}
}
.performerWithTime {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 2.5rem;
}
.programPerformer {
text-align: right;
}
.programBreak {
justify-content: center !important;
margin-top: 1rem;
margin-bottom: 1rem;
}
.programTime {
font-size: 1.7rem;
}
.locationAddress {
margin-top: 1rem;
margin-bottom: 1rem;
}