Skip to content

Commit 0515ff4

Browse files
committed
add space before footer link
adjust footer link padding
1 parent ceb09d7 commit 0515ff4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h2>What is a branch in Git?</h2>
4646
</main>
4747
<footer>
4848
<p>
49-
This page was built following a provided wireframe design:<a href="https://github.com/edinakurdi/Module-Onboarding/blob/main/Wireframe/README.md">Wireframe</a>
49+
This page was built following a provided wireframe design: <a href="https://github.com/edinakurdi/Module-Onboarding/blob/main/Wireframe/README.md">Wireframe</a>
5050
</p>
5151
</footer>
5252
</body>

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ footer {
6161
text-align: center;
6262
}
6363
footer a {
64-
padding: 5px ;
64+
padding: 2px ;
6565
border: none
6666
}
6767
/* ====== Articles Grid Layout ====

0 commit comments

Comments
 (0)