DmitrMakeev commited on
Commit
ebcc5c7
·
verified ·
1 Parent(s): 1bff278

Update nutri_call.html

Browse files
Files changed (1) hide show
  1. 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: 1200px; /* Фиксированная ширина как у рамок */
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: 10px;
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 {