Skip to content

Commit b53784c

Browse files
authored
Add header styles for text alignment and padding
1 parent cd2858a commit b53784c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,8 @@ article {
9292
> img {
9393
grid-column: span 3;
9494
}
95-
}
95+
}
96+
header {
97+
text-align: center;
98+
padding: var(--space);
99+
}

0 commit comments

Comments
 (0)