Skip to content

Commit

Permalink
Fixed Ladder Position (#448)
Browse files Browse the repository at this point in the history
* fixed ladder height

* Fixed ladder position
  • Loading branch information
mohelizabeth authored Feb 5, 2024
1 parent 202e7e0 commit 9690797
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 2 deletions.
Binary file removed public/LeftLadder.png
Binary file not shown.
16 changes: 16 additions & 0 deletions public/LeftLadder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/RightLadder.png
Binary file not shown.
16 changes: 16 additions & 0 deletions public/RightLadder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/Demo.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FC, useState } from 'react';
import LeftLadder from '../../public/LeftLadder.png';
import LeftLadder from '../../public/LeftLadder.svg';
import Pipi from '../../public/Pipi.svg';
import RightLadder from '../../public/RightLadder.png';
import RightLadder from '../../public/RightLadder.svg';
import AppWrapper from '../components/AppWrapper';
import Box from '../components/Box';
import Grid from '../components/Grid';
Expand Down
1 change: 1 addition & 0 deletions src/styles/Demo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ p {
}

.wrap {
align-items: flex-end;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
Expand Down

0 comments on commit 9690797

Please sign in to comment.