commit 1e9879a0aeed6a2b976dd93e21f9ae9c6cd44c8b from: Omar Polo date: Fri Apr 03 09:00:54 2020 UTC improved appearance for code blocks and hr commit - 44e24c3642c860a57185562e7fa838fbbe503193 commit + 1e9879a0aeed6a2b976dd93e21f9ae9c6cd44c8b blob - d3db89a884777aff35a97c9f8351689076b2fe99 blob + 30e63cc11957f53da4674631506984df91552180 --- resources/css/style.css +++ resources/css/style.css @@ -244,8 +244,7 @@ pre, code { pre { padding: 20px; overflow-x: auto; - border-top: 1px; - border-bottom: 1px; + border-width: 1px; border-color: #999999; border-style: solid; } @@ -262,6 +261,8 @@ hr { border: 0; height: 1px; background-color: hsla(0, 0%, 25%, 1); + width: 70%; + margin: 2rem auto; } blockquote, q {