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