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 51cfd01 commit 30e35daCopy full SHA for 30e35da
1 file changed
Wireframe/style.css
@@ -30,6 +30,10 @@ body {
30
background: var(--paper);
31
color: var(--ink);
32
font: var(--font);
33
+
34
+ min-height: 100vh;
35
+ display: flex;
36
+ flex-direction: column;
37
}
38
a {
39
padding: var(--space);
@@ -95,7 +99,7 @@ article {
95
99
gap: var(--space);
96
100
97
101
98
-header{
102
+header {
103
text-align: center;
104
105
@@ -105,4 +109,4 @@ footer {
109
left: 0;
106
110
width: 100%;
107
111
108
-}
112
+}
0 commit comments