Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Change the width of the horizontal slide so that you don't get the re…
Browse files Browse the repository at this point in the history
…ally ugly black void appearing on wide displays.
  • Loading branch information
wyhaines committed May 2, 2024
1 parent 43639a9 commit d7f2418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/Slide/Slide.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Image from "../../elements/BackgroundImg.jsx";

const Wrapper = styled.div`
position: relative;
min-width: 125vw;
min-height: 100vh;
max-height: 800px;
display: flex;
Expand Down

0 comments on commit d7f2418

Please sign in to comment.