Skip to content

Commit

Permalink
Merge pull request #792 from anisharma07/view-projects
Browse files Browse the repository at this point in the history
Bug Fix: View projects small window
  • Loading branch information
SyedImtiyaz-1 authored Jul 26, 2024
2 parents 778258d + 6bebe9e commit 9b8d0a1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions backend/public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,18 +296,21 @@ section {
/* Style for the Swiper container */
.swiper-container {
width: 100%;
max-width: 600px;
max-width: 768px;
margin: 0 auto;
max-height: 60vh;
}

.swiper-slide{
padding: 25px;
}

/* Style for the Swiper slides */
.swiper-slide img {
width: 50%;
height: auto;
width: 100%;
object-fit: contain;
max-height: 60vh;
}

/* Style for the Swiper navigation buttons */
.swiper-button-next,
.swiper-button-prev {
height: 5px;
Expand All @@ -316,10 +319,6 @@ section {
background: none;
border: none;
position: absolute;


/* margin-top:auto; */

}

.swiper-button-next {
Expand Down

0 comments on commit 9b8d0a1

Please sign in to comment.