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