Skip to content

Commit

Permalink
fix(Footer): reduce height, fix bottom padding, add inside padding. ref
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Sep 29, 2024
1 parent 2e60cd7 commit 6d05367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-footer class="bg-grey-lighten-1" style="max-height: 20%">
<v-row>
<v-footer class="bg-grey-lighten-1 py-4">
<v-row no-gutters>
<v-col cols="12" md="6" align="center">
<i18n-t keypath="Footer.TagLine" tag="span">
<template #name>
Expand Down

0 comments on commit 6d05367

Please sign in to comment.