Spaces:
Sleeping
Sleeping
Update nutri_call.html
Browse files- nutri_call.html +2 -2
nutri_call.html
CHANGED
@@ -62,7 +62,7 @@ h1 {
|
|
62 |
padding: 1em;
|
63 |
border-radius: 10px;
|
64 |
margin-bottom: 20px;
|
65 |
-
width:
|
66 |
box-sizing: border-box;
|
67 |
}
|
68 |
legend {
|
@@ -73,7 +73,7 @@ legend {
|
|
73 |
.main-container {
|
74 |
display: grid;
|
75 |
grid-template-columns: 120px repeat(8, 90px);
|
76 |
-
gap:
|
77 |
padding: 10px;
|
78 |
}
|
79 |
.profile-container {
|
|
|
62 |
padding: 1em;
|
63 |
border-radius: 10px;
|
64 |
margin-bottom: 20px;
|
65 |
+
width: 1000px; /* Фиксированная ширина как у рамок */
|
66 |
box-sizing: border-box;
|
67 |
}
|
68 |
legend {
|
|
|
73 |
.main-container {
|
74 |
display: grid;
|
75 |
grid-template-columns: 120px repeat(8, 90px);
|
76 |
+
gap: 20px;
|
77 |
padding: 10px;
|
78 |
}
|
79 |
.profile-container {
|