-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #761 from sharmi4590/IG
fix: BUG UI Enhancement of Image Gallery
- Loading branch information
Showing
5 changed files
with
117 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.hero{ | ||
width:100%; | ||
height:90vh; | ||
background: white; | ||
overflow: hidden; | ||
} | ||
.hero .carousel{ | ||
width:300px; | ||
margin:100px auto 0; | ||
overflow:visible; | ||
} | ||
.carousel img{ | ||
-webkit-box-reflect: below 20px linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.3)); | ||
width:600px; | ||
height:400px; | ||
} | ||
.dark-theme .hero{ | ||
background:#0e1525; | ||
} | ||
@media screen and (max-width:500px) { | ||
.carousel img{ | ||
width:250px; | ||
height: 200px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.