about summary refs log tree commit diff
path: root/app/javascript/styles/custom.scss
diff options
context:
space:
mode:
authorChronister <andrewlchronister@gmail.com>2017-06-14 22:25:10 +0000
committerbeatrix-bitrot <beatrix.bitrot@gmail.com>2017-06-23 21:45:14 +0000
commit39b6b37b74a9aeecc35d4a68fb1d0bf058350dbd (patch)
tree2c8616207e8100881c1878e992d8a91a45ef84f0 /app/javascript/styles/custom.scss
parent65528fc54e2943aa259ec9129781d3fb1161ec63 (diff)
cybrespace to 1.4.2
Diffstat (limited to 'app/javascript/styles/custom.scss')
-rw-r--r--app/javascript/styles/custom.scss18
1 files changed, 3 insertions, 15 deletions
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 {