summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/shopping-cart/shopping-cart.component.css
blob: 4c11ade06b59fc5348795ee0df5befd2215bc699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.column {
  float: left;
  width: 33.33%;
  
}


.row:after {
  content: "";
  display: table;
  clear: both;
  
}