diff --git a/src/components/ContactPannel.vue b/src/components/ContactPannel.vue index e79f4f0..c8dceec 100644 --- a/src/components/ContactPannel.vue +++ b/src/components/ContactPannel.vue @@ -59,7 +59,7 @@ } .btnContact b { - font-weight: bold; + font-family: 'lineal'; } #insta{ border-radius:0 0 0 16.1px; @@ -98,11 +98,11 @@ @media(max-width:800px){ #contactPannel{ width:222px; - height:77px; + height:117px; } .btnContact{ - height: 80px; + height: 85px; padding-top: 14px; } }