Skip to content

Commit b3c719f

Browse files
committed
Add background color and width to footer for improved layout
1 parent 5c705ca commit b3c719f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ footer {
5757
position: fixed;
5858
bottom: 0;
5959
text-align: center;
60+
background-color: var(--paper);
61+
width: 100%;
6062
}
6163
/* ====== Articles Grid Layout ====
6264
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)