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.
2 parents adbafeb + d40f2e1 commit 573bc83Copy full SHA for 573bc83
Wireframe/style.css
@@ -31,11 +31,20 @@ body {
31
color: var(--ink);
32
font: var(--font);
33
}
34
+#wireframe-definition {
35
+ text-align: center;
36
+}
37
a {
38
padding: var(--space);
39
border: var(--line);
40
max-width: fit-content;
41
42
+
43
+h1 {
44
+ font-size: clamp(1.5rem, 1.5rem + 2vw, 3rem);
45
+ margin: var(--space) 0;
46
47
48
img,
49
svg {
50
width: 100%;
@@ -47,7 +56,7 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
56
*/
57
main {
58
max-width: var(--container);
- margin: 0 auto calc(var(--space) * 4) auto;
59
+ margin: 0 auto calc(var(--space) * 4) auto
51
60
52
61
footer {
53
62
position: fixed;
0 commit comments