There was an error while loading. Please reload this page.
1 parent 1746f17 commit 4415e8bCopy full SHA for 4415e8b
1 file changed
Wireframe/style.css
@@ -32,6 +32,13 @@ body {
32
font: var(--font);
33
34
}
35
+header {
36
+ max-width: var(--container);
37
+ margin: var(--space)auto;
38
+ padding: var(--space);
39
+ text-align: centre;
40
+ border-bottom: var(--line);
41
+}
42
a {
43
padding: var(--space);
44
border: var(--line);
@@ -84,6 +91,7 @@ article {
84
91
> * {
85
92
grid-column: 2/3;
86
93
94
+
87
95
> img {
88
96
grid-column: span 3;
89
97
max-height: 250px;
0 commit comments