lokesh341 commited on
Commit
c326a0e
·
verified ·
1 Parent(s): 63316c9

Update templates/menu_page.html

Browse files
Files changed (1) hide show
  1. templates/menu_page.html +2 -2
templates/menu_page.html CHANGED
@@ -15,7 +15,7 @@
15
  max-width: 1200px;
16
  margin: 0 auto;
17
  padding: 20px;
18
- background-color: #191970;
19
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
20
  border-radius: 8px;
21
  margin-top: 50px;
@@ -53,7 +53,7 @@
53
  border: none;
54
  border-radius: 5px;
55
  cursor: pointer;
56
- font-size: 1.2rem;
57
  margin: 10px 0;
58
  }
59
 
 
15
  max-width: 1200px;
16
  margin: 0 auto;
17
  padding: 20px;
18
+ background-color: #4169E1;
19
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
20
  border-radius: 8px;
21
  margin-top: 50px;
 
53
  border: none;
54
  border-radius: 5px;
55
  cursor: pointer;
56
+ font-size: 2.2rem;
57
  margin: 10px 0;
58
  }
59