Commit 1a8c5bd64c9bacde0f1b3268fac49e3192545572

Authored by Marcelo Puebla
1 parent 971fa33108
Exists in master

Agregada clase css.

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
... ... @@ -150,3 +150,11 @@ body {
150 150 top: 65%;
151 151 width: 100%;
152 152 }
  153 +
  154 +.min-h-40 {
  155 + min-height: 40px;
  156 +}
  157 +
  158 +.min-h-55 {
  159 + min-height: 55px;
  160 +}