diff options
Diffstat (limited to 'styles/home/mobile.css')
-rw-r--r-- | styles/home/mobile.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/styles/home/mobile.css b/styles/home/mobile.css index a57a988..1334ac1 100644 --- a/styles/home/mobile.css +++ b/styles/home/mobile.css @@ -1,12 +1,12 @@ @media (max-width: 899px) { - div.content > div { - display: flex; - flex-direction: column; - } + div.content > div { + display: flex; + flex-direction: column; + } - div.content { - border-radius: 0px; - width:100%; - height: 100%; - } + div.content { + border-radius: 0px; + width:100%; + height: 100%; + } }
\ No newline at end of file |