Add dynamic MD schedule list

This commit is contained in:
Peter Maquiran
2021-01-04 10:10:49 +01:00
parent de028355ef
commit 7742a8af99
2 changed files with 18 additions and 47 deletions
+9
View File
@@ -366,6 +366,12 @@ ion-toolbar{
ul{
padding: 0px;
margin: 0px;
.d-flex{
height: 40px;
display: flex;
justify-content: space-between;
align-items: center;
}
li{
padding-bottom: 5px;
margin-top: 5px;
@@ -440,6 +446,9 @@ ion-toolbar{
}
.d-flex {
display: flex;
}
@media only screen and (min-width: 804px) {