diff options
author | Chronister <andrewlchronister@gmail.com> | 2017-05-29 00:09:12 +0000 |
---|---|---|
committer | beatrix-bitrot <beatrix.bitrot@gmail.com> | 2017-06-23 21:45:14 +0000 |
commit | 65528fc54e2943aa259ec9129781d3fb1161ec63 (patch) | |
tree | 53b63cac8e8cdc66c1479a639a62348cd48560fd /app/javascript/styles | |
parent | 382572c2132b797719555e7591853c045a1ff216 (diff) |
All cybrespace changes through 5/28
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/custom.scss | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss index 8c6c12316..aa3fb9f0c 100644 --- a/app/javascript/styles/custom.scss +++ b/app/javascript/styles/custom.scss @@ -12,13 +12,25 @@ body { @media screen and (min-width: 1300px) { .column { flex-grow: 1 !important; - max-width: 400px; + max-width: 500px; } .drawer { - width: 17%; - max-width: 400px; + width: 20%; } + + .columns-area { + justify-content: center; + } +} + +@media screen and (min-width: 1900px) { + .column, .drawer { + width: 400px; + border-radius: 4px; + height: 96vh; + margin-top: 2vh; + } } .muted { |