Skip to content

Commit

Permalink
Error screen is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
r4sk01 committed Jan 22, 2024
1 parent 6a70e23 commit bfdc3cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion styles/error.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
color: #fff;
font-family: Oswald, sans-serif;
font-size: 30px;
text-align: center;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 33px */
text-transform: uppercase;
}
5 changes: 4 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ ol {
.content__details {
display: flex;
flex-direction: column;
justify-content: flex-end;
gap: 26px;
min-width: 399px;
height: 100%;
}

/* 3.1 Задаем Title */
Expand Down Expand Up @@ -259,6 +259,9 @@ ol {

/*Занимаем Текстом все оставшееся пространство в карточке*/
.content__video-card-description-container {
display: flex;
flex-direction: column;
gap: 6px;
flex-grow: 1;
}

Expand Down

0 comments on commit bfdc3cc

Please sign in to comment.