Skip to content

Commit b60141e

Browse files
committed
Readability issue solved
1 parent d79befd commit b60141e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,17 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
4949
main {
5050
max-width: var(--container);
5151
margin: 0 auto calc(var(--space) * 4) auto;
52+
5253
}
5354
footer {
5455
position: fixed;
5556
bottom: 0;
57+
left: 0;
5658
width: 100%;
5759
text-align: center;
60+
background-color: white;
61+
padding: 2px 0;
62+
border-top: 1px solid black;
5863
}
5964
/* ====== Articles Grid Layout ====
6065
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)