Skip to content

Commit 65ce2e1

Browse files
adjusted the styling of header an footer to align with the template
1 parent f413391 commit 65ce2e1

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

Wireframe/styles.css

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,25 @@ main {
4949
max-width: var(--container);
5050
margin: 0 auto calc(var(--space) * 4) auto;
5151
}
52-
footer {
53-
position: fixed;
54-
bottom: 0;
52+
footer p {
53+
font-size: 0.875rem;
54+
color: #666;
5555
text-align: center;
56+
margin-bottom: 2rem;
57+
}
58+
footer address {
59+
font-size: 0.875rem;
60+
color: #666;
61+
text-align: center;
62+
margin-bottom: 2rem;
63+
}
64+
header h1 {
65+
text-align: center;
66+
margin-bottom: var(--space);
67+
}
68+
header p {
69+
text-align: center;
70+
margin-bottom: var(--space);
5671
}
5772
/* ====== Articles Grid Layout ====
5873
Setting the rules for how articles are placed in the main element.

0 commit comments

Comments
 (0)