Skip to content

Commit

Permalink
Adjusted height of PreFare iframe container. (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 authored Aug 30, 2023
1 parent 557b23a commit c160dcb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/screen-detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,14 @@
// so height adjusted to fit
width: 100%;

&--bus_shelter_v2,
&--pre_fare_v2 {
&--bus_shelter_v2 {
height: 379px;
}

&--pre_fare_v2 {
height: 470px;
}

&--bus_eink_v2,
&--gl_eink_v2 {
height: 515px;
Expand Down

0 comments on commit c160dcb

Please sign in to comment.