We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7aef08 commit e689d86Copy full SHA for e689d86
1 file changed
Wireframe/style.css
@@ -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 */
6
7
/* ====== Design Palette ======
8
This is our "design palette".
@@ -31,6 +26,10 @@ body {
31
26
color: var(--ink);
32
27
font: var(--font);
33
28
}
29
+header {
30
+ text-align: center;
+ padding: var(--space);
+}
34
a {
35
padding: var(--space);
36
border: var(--line);
@@ -88,7 +87,7 @@ article {
88
87
89
90
.intro {
91
- font-size: 1.25em;
+ font-size: 1em;
92
font-weight: bold;
93
94
0 commit comments