From 39b6b37b74a9aeecc35d4a68fb1d0bf058350dbd Mon Sep 17 00:00:00 2001 From: Chronister Date: Wed, 14 Jun 2017 22:25:10 +0000 Subject: cybrespace to 1.4.2 --- app/javascript/styles/custom.scss | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'app/javascript/styles/custom.scss') diff --git a/app/javascript/styles/custom.scss b/app/javascript/styles/custom.scss index aa3fb9f0c..8c6c12316 100644 --- a/app/javascript/styles/custom.scss +++ b/app/javascript/styles/custom.scss @@ -12,25 +12,13 @@ body { @media screen and (min-width: 1300px) { .column { flex-grow: 1 !important; - max-width: 500px; + max-width: 400px; } .drawer { - width: 20%; + width: 17%; + max-width: 400px; } - - .columns-area { - justify-content: center; - } -} - -@media screen and (min-width: 1900px) { - .column, .drawer { - width: 400px; - border-radius: 4px; - height: 96vh; - margin-top: 2vh; - } } .muted { -- cgit