Subbu1304 commited on
Commit
b1f7194
·
verified ·
1 Parent(s): 416c9da

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +5 -6
templates/menu.html CHANGED
@@ -65,6 +65,9 @@
65
 
66
  .card-body{
67
  margin:3px 3px 3px 3px;
 
 
 
68
  }
69
 
70
 
@@ -128,11 +131,7 @@
128
 
129
 
130
 
131
- .card-btn{
132
- display: flex;
133
- flex-direction: row;
134
- justify-content: space-between;
135
- }
136
 
137
 
138
 
@@ -572,7 +571,7 @@ form-check-input addon-option{
572
  </div>
573
  <div>
574
  <!-- Add Button on Image -->
575
- <button class=" btn btn-danger">
576
  Add +
577
  </button>
578
  </div>
 
65
 
66
  .card-body{
67
  margin:3px 3px 3px 3px;
68
+ display: flex;
69
+ flex-direction: row;
70
+ justify-content: space-between;
71
  }
72
 
73
 
 
131
 
132
 
133
 
134
+
 
 
 
 
135
 
136
 
137
 
 
571
  </div>
572
  <div>
573
  <!-- Add Button on Image -->
574
+ <button class=" btn btn-danger" onclick="addToCartFromCard(this.closest('.menu-card'))>
575
  Add +
576
  </button>
577
  </div>