Skip to content

Commit

Permalink
Merge pull request #141 from IBEC-BOX/feat/footer-erg
Browse files Browse the repository at this point in the history
Feat/footer erg
  • Loading branch information
Zh3nyaZh3nya authored Dec 9, 2024
2 parents df5a917 + 4493f76 commit 0dec96e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibecsystems/nuxt3-ui-kit",
"version": "1.0.54",
"version": "1.0.55",
"description": "Ibec Nuxt3 UI components",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions src/runtime/components/Parts/Footer/Erg.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<v-container>
<v-row
v-if="contacts&&contacts.length"
class="mb-10"
class="mb-4 mb-md-10"
>
<v-col
v-for="(contact) in contacts"
Expand Down Expand Up @@ -80,7 +80,7 @@
</v-sheet>
</v-col>
</v-row>
<v-row class="align-center">
<v-row class="align-center mt-0">
<v-col
cols="12"
lg="2"
Expand Down Expand Up @@ -111,7 +111,7 @@
<v-col
cols="12"
lg="5"
class="d-flex ps-0"
class="d-flex ps-lg-0"
>
<div class="footer-copyright footer-copyright-cert">
<v-dialog max-width="500">
Expand All @@ -138,7 +138,7 @@
<v-col
cols="12"
lg="2"
class="d-flex justify-end"
class="d-flex justify-lg-end"
>
<div class="footer-copyright footer-copyright-made">
<p v-html="copyrightMade" />
Expand All @@ -147,7 +147,7 @@
<v-col
cols="12"
lg="3"
class="d-flex justify-end"
class="d-flex justify-lg-end"
>
<div class="footer-copyright">
<p v-html="copyright" />
Expand Down

0 comments on commit 0dec96e

Please sign in to comment.