Skip to content

Commit

Permalink
Show connector arrow on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjanssen committed Mar 1, 2024
1 parent 795015f commit b074d63
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
}

.connector {
position: relative;
height: calc(100% + $margin);
width: $connectorBorderWidth;
margin-left: calc(0.5rem * var(--connector-width) + 0.5 * $margin);
Expand All @@ -73,14 +72,12 @@
}

@media screen and (max-width: #{$maxWidthSm}) {
height: calc(100% + $margin + $spacing);
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;

.connector-top {
display: none;
}
top: calc(-1 * $spacing);
}

.connector-top {
Expand Down

0 comments on commit b074d63

Please sign in to comment.