23 lines
340 B
CSS
23 lines
340 B
CSS
.schedule {
|
|
padding: 50px 15%;
|
|
min-height: 60vh;
|
|
overflow: visible;
|
|
}
|
|
|
|
.schedule mat-sidenav-content {
|
|
overflow: inherit;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
@media screen and (max-width: 599px) {
|
|
.schedule {
|
|
padding: 25px;
|
|
}
|
|
}
|
|
|
|
@media screen and (min-width: 600px) and (max-width: 959px) {
|
|
.schedule {
|
|
padding: 30px 10%;
|
|
}
|
|
}
|