We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c283636 commit 051bb74Copy full SHA for 051bb74
src/App.vue
@@ -45,11 +45,15 @@ html, body {
45
-webkit-font-smoothing: antialiased;
46
-moz-osx-font-smoothing: grayscale;
47
color: #2c3e50;
48
+ display: flex;
49
+ flex-direction: column;
50
+ width: 100%;
51
+ height: 100%;
52
}
53
54
main {
55
text-align: center;
- margin-bottom: 8em;
56
+ flex: 1 0 auto;
57
58
59
header, footer {
@@ -72,13 +76,10 @@ footer span {
72
76
73
77
74
78
footer {
79
+ flex-shrink: 0;
75
80
padding: 1em 1.5em;
81
font-size: 1em;
82
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
83
84
85
footer span:first-of-type {
0 commit comments