diff options
Diffstat (limited to 'webcards/styles/home/mobile.css')
-rw-r--r-- | webcards/styles/home/mobile.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webcards/styles/home/mobile.css b/webcards/styles/home/mobile.css new file mode 100644 index 0000000..4e469de --- /dev/null +++ b/webcards/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 |