Skip to content

Commit e689d86

Browse files
committed
center header
1 parent a7aef08 commit e689d86

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Wireframe/style.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/* Here are some starter styles
2-
You can edit these or replace them entirely
3-
It's showing you a common way to organise CSS
4-
And includes solutions to common problems
5-
As well as useful links to learn more */
61

72
/* ====== Design Palette ======
83
This is our "design palette".
@@ -31,6 +26,10 @@ body {
3126
color: var(--ink);
3227
font: var(--font);
3328
}
29+
header {
30+
text-align: center;
31+
padding: var(--space);
32+
}
3433
a {
3534
padding: var(--space);
3635
border: var(--line);
@@ -88,7 +87,7 @@ article {
8887
}
8988

9089
.intro {
91-
font-size: 1.25em;
90+
font-size: 1em;
9291
font-weight: bold;
9392
}
9493

0 commit comments

Comments
 (0)