Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +2 -1
nutri_call.html
CHANGED
@@ -57,7 +57,7 @@ legend {
|
|
57 |
grid-template-columns: 40px repeat(7, 110px);
|
58 |
gap: 10px;
|
59 |
padding: 10px;
|
60 |
-
margin-left: -
|
61 |
}
|
62 |
|
63 |
.profile-container {
|
@@ -153,6 +153,7 @@ legend {
|
|
153 |
display: flex;
|
154 |
gap: 20px;
|
155 |
align-items: flex-start;
|
|
|
156 |
}
|
157 |
|
158 |
.nitrogen-column {
|
|
|
57 |
grid-template-columns: 40px repeat(7, 110px);
|
58 |
gap: 10px;
|
59 |
padding: 10px;
|
60 |
+
margin-left: -30px; /* Сдвигаем блок левее */
|
61 |
}
|
62 |
|
63 |
.profile-container {
|
|
|
153 |
display: flex;
|
154 |
gap: 20px;
|
155 |
align-items: flex-start;
|
156 |
+
margin-left: 20px; /* Сдвигаем блок левее */
|
157 |
}
|
158 |
|
159 |
.nitrogen-column {
|