Skip to content

Commit

Permalink
updated code
Browse files Browse the repository at this point in the history
Signed-off-by: krish <[email protected]>
  • Loading branch information
krishkumar84 committed Aug 2, 2024
1 parent 19503ca commit e50a365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HandbookCard/HandbookCard.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export const HandbookCardWrapper = styled.div`
height: 19rem;
position: relative;
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
@media (max-width: 420px) {
font-size: 1rem;
}
}
.handbook__card--head {
Expand Down Expand Up @@ -59,6 +56,9 @@ export const HandbookCardWrapper = styled.div`
font-weight: 400;
font-size: 1.1rem;
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
@media (max-width: 420px) {
font-size: 1rem;
}
}
.handbook__card--lm__container {
Expand Down

0 comments on commit e50a365

Please sign in to comment.