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/desktop.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 styles/home/desktop.css (limited to 'styles/home/desktop.css') diff --git a/styles/home/desktop.css b/styles/home/desktop.css new file mode 100644 index 0000000..0edda76 --- /dev/null +++ b/styles/home/desktop.css @@ -0,0 +1,6 @@ +@media (min-width: 600px) { + div.content > div { + display: flex; + flex-direction: row; + } +} \ No newline at end of file -- cgit v1.2.3