Skip to content

Commit 56b4f2b

Browse files
committed
update footer to avoid overlaping with text in body
1 parent eef708e commit 56b4f2b

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
@@ -33,6 +33,8 @@ body {
3333
background: var(--paper);
3434
color: var(--ink);
3535
font: var(--font);
36+
min-height: 400px;
37+
margin-bottom: 100px;
3638
}
3739

3840
a {
@@ -62,6 +64,7 @@ main {
6264
max-width: var(--container);
6365
margin: 0 auto calc(var(--space) * 4) auto;
6466
padding: 0 8rem;
67+
6568
/* ====== Articles Grid Layout ====
6669
Setting the rules for how articles are placed in the main element.*/
6770
display: grid;
@@ -78,6 +81,8 @@ footer {
7881
bottom: 0;
7982
width: 100%;
8083
text-align: center;
84+
background-color: var(--color);
85+
border-top: solid 2px;
8186
}
8287

8388
footer a {

0 commit comments

Comments
 (0)