DSatishchandra commited on
Commit
0c88618
·
verified ·
1 Parent(s): 1ca9618

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +5 -1
templates/menu.html CHANGED
@@ -28,23 +28,27 @@
28
  overflow: hidden;
29
  background-color: #fff;
30
  margin: auto;
 
 
31
  }
32
 
33
  .menu-image {
34
  height: 200px;
35
  width: 100%;
36
- object-fit: cover;
37
  border-radius: 15px 15px 0 0;
38
  }
39
 
40
  .card-title {
41
  font-size: 1.2rem;
42
  font-weight: bold;
 
43
  }
44
 
45
  .card-text {
46
  font-size: 1rem;
47
  color: #6c757d;
 
48
  }
49
 
50
  .btn-primary {
 
28
  overflow: hidden;
29
  background-color: #fff;
30
  margin: auto;
31
+ display: flex;
32
+ flex-direction: column;
33
  }
34
 
35
  .menu-image {
36
  height: 200px;
37
  width: 100%;
38
+ object-fit: contain;
39
  border-radius: 15px 15px 0 0;
40
  }
41
 
42
  .card-title {
43
  font-size: 1.2rem;
44
  font-weight: bold;
45
+ margin: 10px 0;
46
  }
47
 
48
  .card-text {
49
  font-size: 1rem;
50
  color: #6c757d;
51
+
52
  }
53
 
54
  .btn-primary {