feat: add schedule page
This commit is contained in:
16
src/pages/schedule/schedule.component.css
Normal file
16
src/pages/schedule/schedule.component.css
Normal file
@ -0,0 +1,16 @@
|
||||
.schedule {
|
||||
padding: 50px 15%;
|
||||
min-height: 60vh;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 599px) {
|
||||
.schedule {
|
||||
padding: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 600px) and (max-width: 959px) {
|
||||
.schedule {
|
||||
padding: 30px 10%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user