Skip to content

Commit

Permalink
fixup! front: add logo when train is projected
Browse files Browse the repository at this point in the history
  • Loading branch information
theocrsb committed Oct 7, 2024
1 parent 359da01 commit dc0b104
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,9 @@
position: relative;
svg {
position: absolute;
top: -0.125rem;
left: -0.125rem;
top: 0;
left: 0;
transform: translate(-0.125rem, -0.125rem);
}
}
}
Expand Down

0 comments on commit dc0b104

Please sign in to comment.