Skip to content

Commit

Permalink
Finetune border details of leg details
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jun 19, 2024
1 parent a75d1f4 commit 2998fdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client-next/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@
}

.itinerary-leg-details {
border: 1px dotted grey;
padding: 5px;
border: 1px solid #80808063;
padding: 10px;
border-radius: 3px;
margin-bottom: 3px;
}

.itinerary-leg-details .times {
Expand Down

0 comments on commit 2998fdd

Please sign in to comment.