Skip to content

Commit

Permalink
Merge pull request amix#83 from captbaritone/fix-css
Browse files Browse the repository at this point in the history
Fix top margin of long desciption (fixes amix#77)
  • Loading branch information
divad12 committed Mar 6, 2016
2 parents 7378442 + f7aa124 commit c019b55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/static/sass/screen.scss
Expand Up @@ -879,6 +879,7 @@ $long-desc-bg: #FBFBFB;
background: mix($bg-light-2, $bg-light-1, 40%);
@include box-shadow(0 1px 1px rgba(black, 0.1));
background: $long-desc-bg;
display: inline-block;
}

.long-desc {
Expand Down

0 comments on commit c019b55

Please sign in to comment.