Skip to content

Commit

Permalink
откорректировал
Browse files Browse the repository at this point in the history
  • Loading branch information
gadjster committed Feb 7, 2024
1 parent eeb46c9 commit cd0775c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ ol {
.search-form {
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.content__list {
position: relative;
display: flex;
flex-direction: column;
height: 298px;
block-size: 298px;
overflow: auto;
}

Expand All @@ -75,15 +76,16 @@ ol {
.content__details {
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 26px;
width: 100%;
height: 100%;
block-size:100%;
inline-size: 100%;
}

.result__video-container {
position: relative;
width: 711px;
height: 386px;
inline-size: 711px;
block-size: 386px;
margin-bottom: 16px;
}

Expand All @@ -97,6 +99,7 @@ ol {
.content__video-card {
display: flex;
justify-content: space-between;
align-items:flex-start;
}

.content__video-card-thumbnail {
Expand All @@ -105,10 +108,7 @@ ol {
}

.content__video-card-description-container {
display: flex;
flex-direction: column;
gap: 6px;
width: 100%;
flex-grow: 1;
}

.search-form__fieldset-title {
Expand Down

0 comments on commit cd0775c

Please sign in to comment.