DmitrMakeev commited on
Commit
de98019
·
verified ·
1 Parent(s): 679efd6

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +2 -2
nutri_call.html CHANGED
@@ -56,7 +56,7 @@ legend {
56
  display: grid;
57
  grid-template-columns: 40px repeat(7, 110px);
58
  gap: 10px;
59
- padding: 5px;
60
  }
61
 
62
  .profile-container {
@@ -87,7 +87,7 @@ legend {
87
  grid-column: 1 / -1;
88
  display: flex;
89
  gap: 20px;
90
- padding-left: 40px;
91
  margin-top: 10px;
92
  }
93
 
 
56
  display: grid;
57
  grid-template-columns: 40px repeat(7, 110px);
58
  gap: 10px;
59
+ padding: 10px;
60
  }
61
 
62
  .profile-container {
 
87
  grid-column: 1 / -1;
88
  display: flex;
89
  gap: 20px;
90
+ padding-left: 20px;
91
  margin-top: 10px;
92
  }
93