0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 23:52:48 +00:00
Files
homebrewery/client/homebrew/pages/userPage/brewItem/brewItem.less
2016-12-03 14:54:11 -05:00

21 lines
519 B
Plaintext

.brewItem{
display : inline-block;
vertical-align : top;
box-sizing : border-box;
width : 30%;
margin-bottom : 15px;
padding-right : 15px;
-webkit-column-break-inside : avoid;
page-break-inside : avoid;
break-inside : avoid;
p.description{
//overflow : hidden;
//width : 90%;
//text-overflow : ellipsis;
white-space : nowrap;
}
a{
margin-right : 10px;
}
}