summaryrefslogtreecommitdiff
path: root/recipeBuddy/src/app/recipe-card/recipe-card.component.css
blob: 04b9bd1faf8818bb4f8d50619dbd91552dcc732c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
.example-card {
  max-width: 400px;
}
.example-header-image {
  background-image: url('https://material.angular.io/assets/img/examples/shiba1.jpg');
  background-size: cover;
}
#like-rating {
  height: auto;
  width: auto;
  max-width: 200px;
  max-height: 1000px;
  background-size: contain;
}
#like-rating img{
  width:100%;
}
#rating {
  height: auto;
  width: auto;
  max-width: 200px;
  max-height: 1000px;
}
#rating img {
  width:100%;
}
#edit {
  padding: 10px;
}
#cart {
  padding: 10px;
}
#delete {
  padding: 10px;
}