Skip to content

Commit

Permalink
made images on mobile devices slightly larger
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalM04 committed May 2, 2024
1 parent cfabcb6 commit cb723c2
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion project-details/blackjack-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="portfolio-title" style="text-align: center;">Blackjack</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/combination-lock-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 class="portfolio-title" style="text-align: center;">Combination Lock FSM</h2

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/crashed-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 class="portfolio-title" style="text-align: center;">CRASHED!</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/frogger-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2 class="portfolio-title" style="text-align: center;">Frogger</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions project-details/get-a-grip-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ <h2 class="portfolio-title" style="text-align: center;">Get a Grip</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>

</div>
<div class="swiper-pagination"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion project-details/jailbreak-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2 class="portfolio-title" style="text-align: center;">Jailbreak!</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/maze-runner-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2 class="portfolio-title" style="text-align: center;">Maze Runner</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/password-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2 class="portfolio-title" style="text-align: center;">Password Resilience Anal

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/personal-portfolio-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2 class="portfolio-title" style="text-align: center;">Personal Website</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/recipe-finder-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2 class="portfolio-title" style="text-align: center;">Recipe Finder</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/recycling-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2 class="portfolio-title" style="text-align: center;">Recycling System</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down
2 changes: 1 addition & 1 deletion project-details/rescue-mission-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2 class="portfolio-title" style="text-align: center;">Rescue Mission</h2>

@media only screen and (max-width: 500px) {
.swiper {
width: 80%;
width: 85%;
}
}
</style>
Expand Down

0 comments on commit cb723c2

Please sign in to comment.