Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dwnorm2 committed Sep 19, 2023
1 parent 3f1f793 commit 892d79e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,10 @@ footer {
flex-direction: column;
justify-content: space-between;
}
.projectName {
padding-bottom: 3px;
/* border: 1px solid red; */
}
.pSection img {
/* width: 80%; */
height: 75%;
Expand Down Expand Up @@ -482,7 +486,7 @@ footer {
@media screen and (max-width: 418px) {
.pSection {
box-shadow: none;
height: 380px;
height: 330px;
}
}
.pContainer {
Expand Down
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1>
<h2 class="whiteBorder">Portfolio</h2>
<div class="pContainer">
<section class="pSection">
<h3>Etch-A-Sketch (desktop only)</h3>
<h3 class="projectName">Etch-A-Sketch (desktop only)</h3>
<img src="./images/etch.jpeg" alt="" />
<div class="linkContainer">
<a
Expand Down Expand Up @@ -119,7 +119,7 @@ <h3>Etch-A-Sketch (desktop only)</h3>
</div>
</section>
<section class="pSection">
<h3>Rock Paper Scissors</h3>
<h3 class="projectName">Rock Paper Scissors</h3>
<img src="./images/rps.png" alt="" />
<div class="linkContainer">
<a
Expand Down Expand Up @@ -160,8 +160,12 @@ <h3>Rock Paper Scissors</h3>
</a>
</div>
</section>
<section class="pSection"><h3>Coming Soon</h3></section>
<section class="pSection"><h3>Coming Soon</h3></section>
<section class="pSection">
<h3 class="projectName">Coming Soon</h3>
</section>
<section class="pSection">
<h3 class="projectName">Coming Soon</h3>
</section>
</div>
</div>

Expand Down

0 comments on commit 892d79e

Please sign in to comment.