summaryrefslogtreecommitdiff
path: root/webcards/styles/home/desktop.css
diff options
context:
space:
mode:
Diffstat (limited to 'webcards/styles/home/desktop.css')
-rw-r--r--webcards/styles/home/desktop.css6
1 files changed, 6 insertions, 0 deletions
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