Skip to content

Commit 4415e8b

Browse files
committed
style: Add layout and border styling to header
1 parent 1746f17 commit 4415e8b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ body {
3232
font: var(--font);
3333

3434
}
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+
}
3542
a {
3643
padding: var(--space);
3744
border: var(--line);
@@ -84,6 +91,7 @@ article {
8491
> * {
8592
grid-column: 2/3;
8693
}
94+
8795
> img {
8896
grid-column: span 3;
8997
max-height: 250px;

0 commit comments

Comments
 (0)