DmitrMakeev commited on
Commit
a905215
·
verified ·
1 Parent(s): b777077

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. nutri_call.html +2 -2
nutri_call.html CHANGED
@@ -39,7 +39,7 @@ fieldset, .calculation-box {
39
  border: 2px solid #2e8b57;
40
  background-color: #eaffea;
41
  padding: 1em;
42
- margin-bottom: 10px;
43
  border-radius: 8px;
44
  width: 1000px;
45
  box-sizing: border-box;
@@ -56,7 +56,7 @@ legend {
56
  display: grid;
57
  grid-template-columns: 40px repeat(7, 110px);
58
  gap: 10px;
59
- padding: 10px;
60
  margin-left: -50px; /* Сдвигаем блок левее */
61
  }
62
 
 
39
  border: 2px solid #2e8b57;
40
  background-color: #eaffea;
41
  padding: 1em;
42
+ margin-bottom: 20px;
43
  border-radius: 8px;
44
  width: 1000px;
45
  box-sizing: border-box;
 
56
  display: grid;
57
  grid-template-columns: 40px repeat(7, 110px);
58
  gap: 10px;
59
+ padding: 5px;
60
  margin-left: -50px; /* Сдвигаем блок левее */
61
  }
62