Skip to content

Commit ca819ec

Browse files
committed
style: make header tittle uppercase
1 parent b56612c commit ca819ec

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ header {
5151
padding: 0 var(--space);
5252
}
5353

54+
header h1 {
55+
text-transform: uppercase;
56+
margin-bottom: 10px;
57+
}
58+
5459
main {
5560
max-width: var(--container);
5661
margin: 0 auto calc(var(--space) * 4) auto;

0 commit comments

Comments
 (0)