Skip to content

Commit

Permalink
added description background
Browse files Browse the repository at this point in the history
  • Loading branch information
cecepasinechka committed Apr 15, 2024
1 parent 19ee37f commit 21f5d3c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions _sass/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,21 @@
.description {
font-size: rem(24px);
color: #fff;
background-color: rgba(123, 123, 123, 0.5);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
padding: rem(4px);
margin: 0;

border-radius: rem(10px);

@include media("<=md") {
font-size: rem(22px);
}

@include media("<=sm") {
font-size: rem(22px);
}
}


.buttons {
margin-top: rem(50px);
Expand Down

0 comments on commit 21f5d3c

Please sign in to comment.