good commit
This commit is contained in:
@@ -13,19 +13,11 @@
|
|||||||
.departureLists {
|
.departureLists {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-around;
|
||||||
min-width: 300px;
|
width: 100%;
|
||||||
padding-top: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.departureTable {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
padding-left: 80px;
|
|
||||||
padding-right: 80px;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user