diff --git a/src/components/footer.vue b/src/components/footer.vue index b6f6f26..ce3eea3 100644 --- a/src/components/footer.vue +++ b/src/components/footer.vue @@ -27,7 +27,7 @@ @@ -183,11 +183,15 @@ margin-bottom: 12px; text-align: center; } + #footer_contact_button_link{ + display: block; + width: 50%; + margin: auto; + } #footer_contact_button{ background-color: rgb(65, 185, 61); font-size: 1.1em; - width: 50%; - margin: auto; + width: 100%; color:black; } #footer_right_div{