ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

Home.css (710B)


      1 /**
      2  * React Starter Kit (https://www.reactstarterkit.com/)
      3  *
      4  * Copyright © 2014-present Kriasoft, LLC. All rights reserved.
      5  *
      6  * This source code is licensed under the MIT license found in the
      7  * LICENSE.txt file in the root directory of this source tree.
      8  */
      9 
     10 @import '../../components/variables.css';
     11 
     12 .root {
     13   padding-left: 20px;
     14   padding-right: 20px;
     15 }
     16 
     17 .container {
     18   margin: 0 auto;
     19   padding: 0 0 40px;
     20   max-width: var(--max-content-width);
     21 }
     22 
     23 .newsItem {
     24   margin: 0 0 2rem;
     25 }
     26 
     27 .newsTitle {
     28   font-size: 1.5rem;
     29 }
     30 
     31 .newsDesc {
     32   h1,
     33   h2,
     34   h3,
     35   h4,
     36   h5,
     37   h6 {
     38     font-size: 1.125rem;
     39   }
     40 
     41   pre {
     42     white-space: pre-wrap;
     43     font-size: 0.875rem;
     44   }
     45 
     46   img {
     47     max-width: 100%;
     48   }
     49 }