Skip to content

Commit

Permalink
changed poster
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Jan 28, 2024
1 parent b278b3f commit a383f8f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/HeroSection/HeroSection-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Filter = styled.div`
z-index: -5;
background-color: var(--secondary-black-color);
opacity: 0.6;
opacity: 0.1;
`;

export const Poster = styled.div`
Expand Down Expand Up @@ -61,7 +61,7 @@ export const SubTitle = styled.p`
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
font-weight: 400;
line-height: 28px;
color: var(--primary-white-color);
Expand Down
Binary file modified src/components/HeroSection/poster.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/HeroSection/poster1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/components/HeroSection/poster3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/ImageGallery/ImageGallery-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from "styled-components";
export const Section = styled.section`
background-color: var(--primary-white-color);
margin-top: 100px;
min-height: 1300px;
min-height: 1200px;
`;

export const SectionWrap = styled.div`
Expand Down

0 comments on commit a383f8f

Please sign in to comment.