diff options
Diffstat (limited to 'styles/home')
-rw-r--r-- | styles/home/base.css | 2 | ||||
-rw-r--r-- | styles/home/desktop.css | 2 | ||||
-rw-r--r-- | styles/home/mobile.css | 8 |
3 files changed, 10 insertions, 2 deletions
diff --git a/styles/home/base.css b/styles/home/base.css index 13a1749..9cd2a2f 100644 --- a/styles/home/base.css +++ b/styles/home/base.css @@ -72,6 +72,8 @@ div.prev > a{ margin: 0; padding: 5px; border-radius: 0; + + text-align: left; } div.prev > a:first-of-type { diff --git a/styles/home/desktop.css b/styles/home/desktop.css index 0edda76..64ca05f 100644 --- a/styles/home/desktop.css +++ b/styles/home/desktop.css @@ -1,4 +1,4 @@ -@media (min-width: 600px) { +@media (min-width: 900px) { div.content > div { display: flex; flex-direction: row; 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 |