Skip to content

Commit

Permalink
Made pictures smaller sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
reginapizza committed Feb 13, 2020
1 parent feee428 commit e12bce6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Documentation/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ a:focus {


@media(min-width:768px) {

#page-content-wrapper {
padding: 20px;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion TatToo_App.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h4 class="title border-bottom pb-3 mb-3">Project Info :</h4>
<div class="col-lg-5 col-md-6 order-1 order-md-2">
<div class="port-images">
<img src="images/tat-too-app-1.png" class="img-fluid mx-auto d-block rounded" alt="img">
<img src="images/tat-too-app-2.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/tat-too-app-2.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
<img src="images/tat-too-app-3.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/tat-too-app-4.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/tat-too-app-5.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
Expand Down
6 changes: 3 additions & 3 deletions Tic_Tac_Toe.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ <h4 class="title border-bottom pb-3 mb-3">Project Info :</h4>

<div class="col-lg-5 col-md-6 order-1 order-md-2">
<div class="port-images">
<img src="images/tic-tac-toe-app-1.png" class="img-fluid mx-auto d-block rounded" alt="img">
<img src="images/tic-tac-toe-app-1.png" class="img-fluid mx-auto d-block rounded mobile-screenshot" alt="img">
<img src="images/tic-tac-toe-app-2.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/tic-tac-toe-app-3.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/tic-tac-toe-app-4.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/tic-tac-toe-app-3.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
<img src="images/tic-tac-toe-app-4.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
</div>
</div><!--end col-->
</div><!--end row-->
Expand Down
8 changes: 4 additions & 4 deletions UGood_App.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ <h4 class="title border-bottom pb-3 mb-3">Project Info :</h4>

<div class="col-lg-5 col-md-6 order-1 order-md-2">
<div class="port-images">
<img src="images/ugood-home.png" class="img-fluid mx-auto d-block rounded" alt="img">
<img src="images/ugood-start.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/ugood-user.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/ugood-signup.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2" alt="img">
<img src="images/ugood-home.png" class="img-fluid mx-auto d-block rounded mobile-screenshot" alt="img">
<img src="images/ugood-start.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
<img src="images/ugood-user.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
<img src="images/ugood-signup.png" class="img-fluid mx-auto d-block rounded mt-4 pt-2 mobile-screenshot" alt="img">
</div>
</div><!--end col-->
</div><!--end row-->
Expand Down
4 changes: 4 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ a {
p {
letter-spacing: 0.03em;
line-height: 1.8;
}
}

0 comments on commit e12bce6

Please sign in to comment.