Skip to content

Commit

Permalink
fix: solve #10
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Mar 23, 2021
1 parent 5940d52 commit 56a51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Landing Page/vuejs-landing-page/src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<footer class="relative bg-gray-300 pt-8 pb-6">
<div
class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0px);"
style="height: 80px;"
>
<svg
class="absolute bottom-0 overflow-hidden"
Expand Down

0 comments on commit 56a51e3

Please sign in to comment.