diff --git a/style.css b/style.css index c5a4247..288eca2 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,11 @@ a:hover { ul { list-style:none;} hr { border:0; border-top:1px dotted #000;} + +pre { + white-space: inherit; +} + .logo{float:right;} body { max-width: 800px; left: 50%; position: relative; transform: translate(-50%,0%); } footer {text-align:center; font-size:0.7em; padding-top:30px;} .copyleft {transform:rotate(180deg); display:inline-block;}