Skip to content

Commit

Permalink
Fixed Intro
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanMartseniuk committed Jul 7, 2023
1 parent 3279c84 commit 712921c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ body {
}

.intro__subtitle {
color: var(--text, #31353b);
font-size: 17px;
font-family: Manrope;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.17px;
display: flex;
width: 499px;
flex-direction: column;
Expand Down
7 changes: 7 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ body {
margin-bottom: 23px;
}
.intro__subtitle {
color: var(--text, #31353b);
font-size: 17px;
font-family: Manrope;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.17px;
display: flex;
width: 499px;
flex-direction: column;
Expand Down

0 comments on commit 712921c

Please sign in to comment.