Subbu1304 commited on
Commit
8b10ac4
·
verified ·
1 Parent(s): 5c40289

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -2
templates/menu.html CHANGED
@@ -22,7 +22,7 @@
22
  font-weight:bold;
23
  border-radius: 5px; /* Optional: round the corners */
24
  transition: background 0.3s ease, border-color 0.3s ease; /* Add transition effect for hover */
25
- margin-left: 12px; /* Margin for positioning */
26
  }
27
 
28
  .addbutton .btn:hover {
@@ -37,7 +37,7 @@
37
  .customisable-text {
38
  color: #28a745; /* Same color as the "ADD" button */
39
  font-size: 12px; /* Same font size as the "ADD" button */
40
- margin-left: 4px;
41
  margin-top:1px;
42
  }
43
 
 
22
  font-weight:bold;
23
  border-radius: 5px; /* Optional: round the corners */
24
  transition: background 0.3s ease, border-color 0.3s ease; /* Add transition effect for hover */
25
+ margin-left: 13px; /* Margin for positioning */
26
  }
27
 
28
  .addbutton .btn:hover {
 
37
  .customisable-text {
38
  color: #28a745; /* Same color as the "ADD" button */
39
  font-size: 12px; /* Same font size as the "ADD" button */
40
+ margin-left: 5px;
41
  margin-top:1px;
42
  }
43