Skip to content

Commit

Permalink
style: more bolding text for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
shalanah committed Mar 28, 2024
1 parent bb91cff commit 6e42bcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,18 @@ const Div = styled.div`
transition: 0.1s color ease-out;
font-weight: 200;
color: var(--color);
@media (max-width: 768px) {
font-weight: 400;
opacity: 0.6;
}
}
h2.active {
position: relative;
font-weight: 700;
color: var(--titleColor) !important;
@media (max-width: 768px) {
opacity: 1;
}
}
button {
display: block;
Expand Down

0 comments on commit 6e42bcc

Please sign in to comment.