Skip to content

Commit

Permalink
Исправление после второго Ревью 3 ver.
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyChy committed Jan 5, 2024
1 parent 2c1374e commit f1c92df
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ ol {
}

.content {
display: flex;
justify-content: center;
display: flex;
align-items: flex-end;
gap: 30px;
margin: 133px 30px;
gap: 30px;
width: 1140px;
margin: 133px 30px;
}

/* search-form Start padding-top: 133px; */
Expand Down Expand Up @@ -139,14 +139,7 @@ ol {

.search-form__submit-button {
align-self: end;
width: 194px;
height: 34px;
color: #FFF;
font-family: 'Fira Sans Condensed', sans-serif;
font-weight: 700;
font-size: 18px;
font-style: normal;
line-height: normal;
width: 194px;
}

.search-form__label {
Expand Down

0 comments on commit f1c92df

Please sign in to comment.