diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-02-27 18:06:56 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-02-27 18:06:56 -0500 |
commit | 87ce9d1c162ac9606a9b4d817a5f3b486889a46f (patch) | |
tree | e8454d0e3fc484c67aad08ecce2aa623640ce777 /styles/home/desktop.css | |
parent | 9e053ea489f163e0e365778d20b7d0386be1d575 (diff) |
Initialize Client repo with predone work
Diffstat (limited to 'styles/home/desktop.css')
-rw-r--r-- | styles/home/desktop.css | 6 |
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 |