]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Merge pull request #116 from tinyhippw/tinyhippo-whitespace
authorChristel Dahlskjaer <redacted>
Thu, 10 Mar 2016 22:55:55 +0000 (22:55 +0000)
committerChristel Dahlskjaer <redacted>
Thu, 10 Mar 2016 22:55:55 +0000 (22:55 +0000)
better use of whitespace

1  2 
static/css/style.css

diff --combined static/css/style.css
index 5a50dfd0b5dd8d905c43a219eb8a5f39ed16fe0a,20afa9c589f2245eeb7923749d7edb8898ae01f8..3893d8543d62f2a95b54ffdeb7b98de388739e82
@@@ -32,7 -32,7 +32,7 @@@
      --box-round:       10px;
  
      /* other */
-     --max-width:     600px;
+     --max-width:     1200px;
      --max-width-box: 800px;
      --margin-box-fa: 5px;
  }
@@@ -104,13 -104,6 +104,13 @@@ img 
      height: 40px;
  }
  
 +.tlogo {
 +    height: 40px;
 +    margin-bottom: -9px;
 +    margin-left: -10px;
 +    margin-right: -10px;
 +}
 +
  /* main */
  .container {
      width: 100%;
      margin: 2em auto;
      padding: 0 .75em;
      max-width: var(--max-width);
-     line-height: 1.4;
+     line-height: 1.8;
  }
  
  .main h1,
@@@ -170,7 -163,7 +170,7 @@@ hr 
  }
  
  .jindex {
 -    z-index: 102;
 +    z-index: 99;
  }
  
  .jlogo {