nordgedanken-github-io

git clone git://archive.git.mtrnord.blog/Nordgedanken/nordgedanken-github-io.git
Log | Files | Refs | README | LICENSE

_base.scss (672B)


      1 @import url('https://fonts.googleapis.com/css?family=Montserrat');
      2 
      3 body {
      4     margin: 0;
      5     padding: 0;
      6     font-size: 100%;
      7     line-height: 1.5;
      8     color: #555;
      9     font-family: 'Montserrat', sans-serif;
     10 }
     11 article, aside, figcaption, figure, footer, header, nav, section {
     12     display: block;
     13 }
     14 h1, h2, h3, h4, stong {
     15     margin-top: 1em;
     16     padding-top: 1em;
     17     line-height: 1.25;
     18     color: #333;
     19 }
     20 h1 {
     21     font-size: 2.5rem;
     22 }
     23 h2 {
     24     font-size: 2rem;
     25 }
     26 h3 {
     27     font-size: 1.5rem;
     28 }
     29 h4 {
     30     font-size: 1rem;
     31 }
     32 ul, ol {
     33     margin: 1em 0;
     34     padding-left: 40px;
     35 }
     36 p, figure {
     37     margin: 1em 0;
     38 }
     39 a img {
     40     border: none;
     41 }
     42 sup, sub {
     43     line-height: 0;
     44 }