Skip to content

Commit

Permalink
💄 increase derivatives breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-manning committed Jan 14, 2024
1 parent cc4c193 commit 1f83685
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Derivatives.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
min-height: 100vh;
}

@media (max-width: 720px) {
@media (max-width: 900px) {
.derivatives-styled-derivatives {
padding: 1rem;
padding-top: 2rem;
Expand All @@ -20,7 +20,7 @@
text-align: center;
}

@media (max-width: 720px) {
@media (max-width: 900px) {
.derivatives-title {
font-size: 4rem;
margin-bottom: 1rem;
Expand All @@ -34,7 +34,7 @@
margin-bottom: 2rem;
text-align: center;

@media (max-width: 720px) {
@media (max-width: 900px) {
margin-bottom: 1rem;
}
}
Expand All @@ -59,7 +59,7 @@
align-items: center;
margin-bottom: 3rem;

@media (max-width: 720px) {
@media (max-width: 900px) {
flex-direction: column;
margin-bottom: 1rem;
}
Expand All @@ -70,7 +70,7 @@
align-items: center;
width: 100%;

@media (max-width: 720px) {
@media (max-width: 900px) {
margin: 0.6rem 0;
}
}
Expand Down

0 comments on commit 1f83685

Please sign in to comment.