Commit 1d9735c7a192befc81d9f477e2040ef52986a6a2

Authored by augustoalmeida
1 parent 4474d3d1

fixed box height

Showing 2 changed files with 5 additions and 4 deletions   Show diff stats
novo.css
... ... @@ -342,7 +342,8 @@ h1 {
342 342 .box-header p {
343 343 font-size: 14px;
344 344 font-weight: 500;
345   - margin-top: 10px; }
  345 + margin-top: 10px;
  346 + height: 40px; }
346 347 .box-body {
347 348 padding: 20px; }
348 349 .box-body img {
... ... @@ -350,7 +351,7 @@ h1 {
350 351 margin-right: -20px;
351 352 margin-top: -20px;
352 353 margin-bottom: 20px;
353   - max-width: 120%; }
  354 + height: 170px; }
354 355 .box-category {
355 356 font-size: 14px;
356 357 font-weight: 700;
... ...
sass/novo.sass
... ... @@ -424,6 +424,7 @@ h1
424 424 font-size: $font-size-small
425 425 font-weight: 500
426 426 margin-top: $gutter * 0.5
  427 + height: $gutter * 2
427 428 &-body
428 429 padding: $gutter
429 430 img
... ... @@ -431,7 +432,7 @@ h1
431 432 margin-right: $gutter * (-1)
432 433 margin-top: $gutter * (-1)
433 434 margin-bottom: $gutter
434   - max-width: 120%
  435 + height: 170px
435 436 &-category
436 437 font-size: $font-size-small
437 438 font-weight: 700
... ... @@ -613,7 +614,6 @@ h1
613 614 .vote-actions
614 615 .like
615 616 display: inline-block
616   - .dislike
617 617  
618 618 // 6.13 - lista de resultados
619 619 .results-content
... ...