diff --git a/style/_critters.scss b/style/_critters.scss index 19ca3d1..31b5498 100644 --- a/style/_critters.scss +++ b/style/_critters.scss @@ -8,6 +8,7 @@ width: 100%; justify-content: center; align-items: center; + flex-wrap: wrap; &:nth-child(even) { flex-direction: row-reverse; @@ -23,7 +24,6 @@ &:nth-child(odd) { img { box-shadow: -30px 0px 0px #f2dfce; - } } @@ -47,6 +47,12 @@ p { padding: 12px 0; } + + @media (max-width: 600px) { + h1,h2,p { + text-align: center;; + } + } } img { diff --git a/style/_shared.scss b/style/_shared.scss index 7a7ad12..4a56724 100644 --- a/style/_shared.scss +++ b/style/_shared.scss @@ -87,7 +87,6 @@ body { .container { max-width: 900px; - min-width: 760px; } }