Skip to content

Commit 720166c

Browse files
committed
fix footer
1 parent 593efdc commit 720166c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ abbr {
194194
195195
@media (min-width: 57.5em) {
196196
.container {
197-
margin: 2em auto 0 auto;
197+
margin: 2em auto;
198198
max-width: 74em;
199199
}
200200
}

src/components/ui/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default {
103103

104104
<style>
105105
.footer {
106-
margin-top: 2em;
106+
margin-top: auto;
107107
}
108108
.footer__links {
109109
background-color: var(--black);

0 commit comments

Comments
 (0)