Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- 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:
|
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:
|
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 |
|