diff --git a/src/sass/_botonera-secundaria.scss b/src/sass/_botonera-secundaria.scss index 3932a61..d663959 100644 --- a/src/sass/_botonera-secundaria.scss +++ b/src/sass/_botonera-secundaria.scss @@ -35,7 +35,7 @@ } @media(min-width: 1200px){ .btn{ - min-height: 85px; + height: 85px !important; } .foca-facturador-px{ padding-left: 3rem; @@ -45,25 +45,25 @@ @media(min-width: 992px) and (max-width: 1200px){ .btn{ - min-height: 73px; + height: 73px !important; } } @media(min-width: 768px) and (max-width: 992px){ .btn{ - min-height: 62px; + height: 62px !important; } } @media(min-width: 576px) and (max-width: 768px){ .btn{ - max-height: 59px; + max-height: 51px; } } @media(max-width: 576px) { .btn{ - max-height: 16vw; + max-height: 13vw; } }