diff --git a/static/images/zedcaster_image.jpg b/static/images/zedcaster_image.jpg new file mode 100644 index 0000000..769fc59 Binary files /dev/null and b/static/images/zedcaster_image.jpg differ diff --git a/static/style.css b/static/style.css index 70a364d..66d63b9 100644 --- a/static/style.css +++ b/static/style.css @@ -336,9 +336,6 @@ .flex-col { flex-direction: column; } - .flex-row { - flex-direction: row; - } .items-center { align-items: center; } @@ -643,21 +640,11 @@ } } } - .sm\:flex-col { - @media (width >= 40rem) { - flex-direction: column; - } - } .sm\:p-0 { @media (width >= 40rem) { padding: calc(var(--spacing) * 0); } } - .md\:flex-col { - @media (width >= 48rem) { - flex-direction: column; - } - } .md\:flex-row { @media (width >= 48rem) { flex-direction: row; @@ -678,11 +665,6 @@ flex-direction: column; } } - .lg\:flex-row { - @media (width >= 64rem) { - flex-direction: row; - } - } .lg\:flex-row-reverse { @media (width >= 64rem) { flex-direction: row-reverse;