style: change style schedule content

This commit is contained in:
2024-08-28 00:36:48 +03:00
parent fc828f3008
commit 1fa1e864da
3 changed files with 12 additions and 4 deletions

View File

@ -1,6 +1,12 @@
.schedule {
padding: 50px 15%;
min-height: 60vh;
overflow: visible;
}
.schedule mat-sidenav-content {
overflow: inherit;
margin-bottom: 15px;
}
@media screen and (max-width: 599px) {