Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +2 -1
nutri_call.html
CHANGED
@@ -170,6 +170,7 @@ legend {
|
|
170 |
text-align: center;
|
171 |
margin-bottom: 5px;
|
172 |
width: 100%;
|
|
|
173 |
}
|
174 |
|
175 |
.row-npk {
|
@@ -217,7 +218,7 @@ legend {
|
|
217 |
flex-direction: column;
|
218 |
align-items: flex-start;
|
219 |
gap: 5px;
|
220 |
-
margin-left: -
|
221 |
}
|
222 |
|
223 |
.row-camgs {
|
|
|
170 |
text-align: center;
|
171 |
margin-bottom: 5px;
|
172 |
width: 100%;
|
173 |
+
margin-left: -5px; /* Сдвигаем строки влево */
|
174 |
}
|
175 |
|
176 |
.row-npk {
|
|
|
218 |
flex-direction: column;
|
219 |
align-items: flex-start;
|
220 |
gap: 5px;
|
221 |
+
margin-left: -5px; /* Сдвигаем строки влево */
|
222 |
}
|
223 |
|
224 |
.row-camgs {
|