There was an error while loading. Please reload this page.
1 parent f413391 commit 65ce2e1Copy full SHA for 65ce2e1
1 file changed
Wireframe/styles.css
@@ -49,10 +49,25 @@ main {
49
max-width: var(--container);
50
margin: 0 auto calc(var(--space) * 4) auto;
51
}
52
-footer {
53
- position: fixed;
54
- bottom: 0;
+footer p {
+ font-size: 0.875rem;
+ color: #666;
55
text-align: center;
56
+ margin-bottom: 2rem;
57
+}
58
+footer address {
59
60
61
+ text-align: center;
62
63
64
+header h1 {
65
66
+ margin-bottom: var(--space);
67
68
+header p {
69
70
71
72
/* ====== Articles Grid Layout ====
73
Setting the rules for how articles are placed in the main element.
0 commit comments