From 87ce9d1c162ac9606a9b4d817a5f3b486889a46f Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 18:06:56 -0500 Subject: Initialize Client repo with predone work --- styles/home/mobile.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 styles/home/mobile.css (limited to 'styles/home/mobile.css') diff --git a/styles/home/mobile.css b/styles/home/mobile.css new file mode 100644 index 0000000..4e469de --- /dev/null +++ b/styles/home/mobile.css @@ -0,0 +1,6 @@ +@media (max-width: 599px) { + div.content > div { + display: flex; + flex-direction: column; + } +} \ No newline at end of file -- cgit v1.2.3