Skip to content

Commit 17206d7

Browse files
committed
Fix footer text formatting and update styles for improved layout
1 parent d3858fe commit 17206d7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3>Branch in Git</h3>
4242
</main>
4343
<footer>
4444
<p>
45-
Created By John Robinson 2026
45+
Created By John Robinson. 2026
4646
</p>
4747
</footer>
4848
</body>

Wireframe/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ main {
5555
}
5656

5757
footer {
58-
position: fixed;
59-
bottom: 0;
58+
/*position: fixed;
59+
bottom: 0;*/
6060
text-align: center;
6161
margin: 0 auto;
6262
padding: 2rem 0;
6363
background-color: white;
64+
width: 100%;
65+
border: var(--line);
6466
}
6567

6668
/* ====== Articles Grid Layout ====

0 commit comments

Comments
 (0)