]> _ Git - fluidbook-v3.git/commitdiff
Blog article font size and column width adjustments. WIP #3726 @0.25
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 22 Jun 2020 16:45:47 +0000 (16:45 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 22 Jun 2020 16:45:47 +0000 (16:45 +0000)
less/610-blog.less

index 174b7d2f3eda2e94efb1a6bd7a91515fd9d48953..30824f25748ccb4bab192f8e77f81f825f3f5c21 100644 (file)
 
 .blog-post-body {
   margin: 0 auto;
-  font-size: 24px;
+  font-size: 15px;
   line-height: 1.67;
-  max-width: 1008px;
+  max-width: 680px;
   width: 100%;
 
-  @media @m1280 {
-    font-size: 22px;
-  }
-  @media @m1024 {
-    font-size: 20px;
-  }
-  @media @m900 {
-    font-size: 18px;
-  }
-  @media @m640 {
-    font-size: 16px;
-  }
-
 
   > * + * {
     margin-top: 1.5em;