fix space after headings

This commit is contained in:
2qx
2020-10-22 08:42:26 -04:00
parent e5ded28070
commit f513597abc
-1
View File
@@ -29,7 +29,6 @@ ul {margin:0 0 auto}
body{margin:0;padding:0;background:#190e1d url("../images/bkg.png") 0 0;color:#eaeaea;font-size:16px;line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif}
.container{width:90%;max-width:1000px;margin:0 auto}
section{display:block;margin:0 0 20px 0}
h1,h2,h3,h4,h5,h6{margin:0 0 20px}
li{line-height:1.4}
header{background:rgba(0,0,0,0.1);width:100%;border-bottom:1px dashed #b5e853;padding:20px 0;margin:0 0 40px 0}
header h1{font-size:30px;line-height:1.5;margin:0 0 0 -40px;font-weight:bold;font-family:Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;color:#b5e853;text-shadow:0 1px 1px rgba(0,0,0,0.1),0 0 5px rgba(181,232,83,0.1),0 0 10px rgba(181,232,83,0.1);letter-spacing:-1px;-webkit-font-smoothing:antialiased}