Skip to content

Commit 81ff0ad

Browse files
committed
Update layout styling for header and footer alignment
1 parent 3001081 commit 81ff0ad

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ body {
3131
color: var(--ink);
3232
font: var(--font);
3333
}
34+
35+
h1,
36+
header p {
37+
text-align: center;
38+
}
39+
3440
a {
3541
padding: var(--space);
3642
border: var(--line);
@@ -53,6 +59,7 @@ footer {
5359
position: fixed;
5460
bottom: 0;
5561
text-align: center;
62+
width: 100%;
5663
}
5764
/* ====== Articles Grid Layout ====
5865
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)