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