Skip to content

Commit

Permalink
refactor: improved styles for story__content
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrrii committed Aug 5, 2024
1 parent 610de61 commit 01429ef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scss/_story.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,13 @@

&__content {
align-self: center;
display: flex;
flex-direction: column;
align-items: center;
padding: 6rem 12rem;
}

&__text {
font-size: 1.5rem;
font-style: italic;
margin-bottom: 3rem;
max-width: 60%;
// max-width: 60%;
}
}

0 comments on commit 01429ef

Please sign in to comment.