Spaces:
Running
Running
Update nutri_call.html
Browse files- nutri_call.html +8 -7
nutri_call.html
CHANGED
@@ -23,7 +23,7 @@ h1 {
|
|
23 |
padding: 1em;
|
24 |
border-radius: 10px;
|
25 |
margin: 0 auto 20px;
|
26 |
-
width:
|
27 |
box-sizing: border-box;
|
28 |
}
|
29 |
|
@@ -37,19 +37,20 @@ legend {
|
|
37 |
.main-container {
|
38 |
display: grid;
|
39 |
grid-template-columns: 120px repeat(8, 110px);
|
40 |
-
gap: 15px
|
41 |
padding: 10px;
|
42 |
}
|
43 |
|
44 |
-
.profile-container {
|
45 |
-
display: contents;
|
46 |
-
}
|
47 |
-
|
48 |
.profile-element {
|
49 |
display: flex;
|
50 |
flex-direction: column;
|
51 |
align-items: center;
|
52 |
-
gap:
|
|
|
|
|
|
|
|
|
|
|
53 |
}
|
54 |
|
55 |
.profile-label {
|
|
|
23 |
padding: 1em;
|
24 |
border-radius: 10px;
|
25 |
margin: 0 auto 20px;
|
26 |
+
width: 1200px;
|
27 |
box-sizing: border-box;
|
28 |
}
|
29 |
|
|
|
37 |
.main-container {
|
38 |
display: grid;
|
39 |
grid-template-columns: 120px repeat(8, 110px);
|
40 |
+
gap: 30px; /* Увеличено с 15px до 30px */
|
41 |
padding: 10px;
|
42 |
}
|
43 |
|
|
|
|
|
|
|
|
|
44 |
.profile-element {
|
45 |
display: flex;
|
46 |
flex-direction: column;
|
47 |
align-items: center;
|
48 |
+
gap: 10px; /* Небольшое увеличение для вертикального разделения */
|
49 |
+
}
|
50 |
+
|
51 |
+
.profile-element input {
|
52 |
+
width: 100%; /* Можно задать, например, 90px, если слишком плотно */
|
53 |
+
max-width: 100px; /* Ограничение ширины для контроля */
|
54 |
}
|
55 |
|
56 |
.profile-label {
|