From ea8f308bc00330b5378eb2b8f16d9cc348719c9a Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 27 Feb 2020 17:48:00 -0500 Subject: Init WebCards --- webcards/styles/home/desktop.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 webcards/styles/home/desktop.css (limited to 'webcards/styles/home/desktop.css') diff --git a/webcards/styles/home/desktop.css b/webcards/styles/home/desktop.css new file mode 100644 index 0000000..0edda76 --- /dev/null +++ b/webcards/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