Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +2 -2
nutri_call.html
CHANGED
@@ -55,9 +55,9 @@ legend {
|
|
55 |
.main-container {
|
56 |
display: grid;
|
57 |
grid-template-columns: 38px repeat(7, 110px);
|
58 |
-
gap:
|
59 |
padding: 5px;
|
60 |
-
margin-left: -
|
61 |
}
|
62 |
|
63 |
.profile-container {
|
|
|
55 |
.main-container {
|
56 |
display: grid;
|
57 |
grid-template-columns: 38px repeat(7, 110px);
|
58 |
+
gap: 10px;
|
59 |
padding: 5px;
|
60 |
+
margin-left: -50px; /* Сдвигаем блок левее */
|
61 |
}
|
62 |
|
63 |
.profile-container {
|