Skip to content

Commit ace52a2

Browse files
committed
based on mentor feedback i fixed the footer background color so that it does't overlap with the article content
1 parent 21f956c commit ace52a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ body {
3131
background: var(--paper);
3232
color: var(--ink);
3333
font: var(--font);
34+
padding-bottom: 50px;
3435
}
3536
header {
3637
text-align: center;
@@ -66,9 +67,11 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
6667
*/
6768
footer {
6869
position: fixed;
70+
left: 0;
6971
bottom: 0;
7072
width: 100%;
7173
text-align: center;
74+
background-color: #ebcb6e;
7275
}
7376
/* ====== Articles Grid Layout ====
7477
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)