We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593efdc commit 720166cCopy full SHA for 720166c
2 files changed
src/App.vue
@@ -194,7 +194,7 @@ abbr {
194
195
@media (min-width: 57.5em) {
196
.container {
197
- margin: 2em auto 0 auto;
+ margin: 2em auto;
198
max-width: 74em;
199
}
200
src/components/ui/Footer.vue
@@ -103,7 +103,7 @@ export default {
103
104
<style>
105
.footer {
106
- margin-top: 2em;
+ margin-top: auto;
107
108
.footer__links {
109
background-color: var(--black);
0 commit comments