Skip to content

Commit

Permalink
Better heights with big descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Fry committed Mar 17, 2015
1 parent c9b7ecd commit bba1691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion client/auction/item.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template name="item">
<div class="item col-md-4">
<div class="item col-md-6">
<div class="itemImage" style="background-image: url('{{imageUrl}}');"></div>
<div>
<div class="rowtext">
Expand Down
17 changes: 2 additions & 15 deletions client/stylesheets/auction.less
Original file line number Diff line number Diff line change
Expand Up @@ -548,29 +548,16 @@ div.item {
}
}
@media (min-width: @screen-md-min) {
h2 {
width: 223px;
height: 45px;
}
p.currentBid {
height: 40px;
}
div.rowtext {
height: 192px;
}
div.description {
width: 223px;
height: 272px;
}
}
@media (min-width: @screen-lg-min) {
h2 {
height: 45px;
}
div.rowtext {
height: 172px;
}
div.description {
width: 277px;
height: 272px;
}
}
}
Expand Down

0 comments on commit bba1691

Please sign in to comment.