There was an error while loading. Please reload this page.
1 parent 3001081 commit 81ff0adCopy full SHA for 81ff0ad
1 file changed
Wireframe/style.css
@@ -31,6 +31,12 @@ body {
31
color: var(--ink);
32
font: var(--font);
33
}
34
+
35
+h1,
36
+header p {
37
+ text-align: center;
38
+}
39
40
a {
41
padding: var(--space);
42
border: var(--line);
@@ -53,6 +59,7 @@ footer {
53
59
position: fixed;
54
60
bottom: 0;
55
61
text-align: center;
62
+ width: 100%;
56
63
57
64
/* ====== Articles Grid Layout ====
58
65
Setting the rules for how articles are placed in the main element.
0 commit comments