Skip to content

Commit

Permalink
fix: Closure row margins (#2305)
Browse files Browse the repository at this point in the history
* Adjust margins so row width is consistent.

* More reliably apply margin/padding.
  • Loading branch information
cmaddox5 authored Nov 21, 2024
1 parent e857b95 commit 0fb2704
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions assets/css/v2/elevator/elevator_closures.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

hr.thin {
min-height: 2px;
margin: 24px 0 0;
margin: 24px 0;
background-color: $true-grey-45;
border: none;
opacity: 0.5;
Expand All @@ -46,6 +46,7 @@
.header {
display: flex;
max-height: 432px;
margin-bottom: 48px;
font-size: 112px;
font-weight: 700;
line-height: 112px;
Expand All @@ -66,9 +67,9 @@
transform: translateX(calc(-100% * var(--closure-list-offset)));

.closure-row {
max-width: 1080px;
box-sizing: border-box;
width: 1080px;
padding: 0 48px;
margin-top: 24px;

&__station-name {
font-size: 62px;
Expand Down

0 comments on commit 0fb2704

Please sign in to comment.