Commit ec1269f83a474e2f059df957cacd8cbc346dedde

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !57
src/sass/_botonera-secundaria.scss
... ... @@ -55,4 +55,16 @@
55 55 }
56 56 }
57 57  
  58 + @media(min-width: 576px) and (max-width: 768px){
  59 + .btn{
  60 + max-height: 59px;
  61 + }
  62 + }
  63 +
  64 + @media(max-width: 576px) {
  65 + .btn{
  66 + max-height: 19.9vw;
  67 + }
  68 + }
  69 +
58 70 }