From 1f83685f987f06022733d341730da6979110ba63 Mon Sep 17 00:00:00 2001 From: Chase Manning Date: Sun, 14 Jan 2024 22:08:27 +0000 Subject: [PATCH] :lipstick: increase derivatives breakpoints --- src/components/Derivatives.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Derivatives.css b/src/components/Derivatives.css index 4ac54d0..5f6ced6 100644 --- a/src/components/Derivatives.css +++ b/src/components/Derivatives.css @@ -4,7 +4,7 @@ min-height: 100vh; } -@media (max-width: 720px) { +@media (max-width: 900px) { .derivatives-styled-derivatives { padding: 1rem; padding-top: 2rem; @@ -20,7 +20,7 @@ text-align: center; } -@media (max-width: 720px) { +@media (max-width: 900px) { .derivatives-title { font-size: 4rem; margin-bottom: 1rem; @@ -34,7 +34,7 @@ margin-bottom: 2rem; text-align: center; - @media (max-width: 720px) { + @media (max-width: 900px) { margin-bottom: 1rem; } } @@ -59,7 +59,7 @@ align-items: center; margin-bottom: 3rem; - @media (max-width: 720px) { + @media (max-width: 900px) { flex-direction: column; margin-bottom: 1rem; } @@ -70,7 +70,7 @@ align-items: center; width: 100%; - @media (max-width: 720px) { + @media (max-width: 900px) { margin: 0.6rem 0; } }