pidgin/nest

Remove extra padding around code blocks.

2019-08-21, Elliott Sales de Andrade
8955ee042c3c
Parents e54feb564200
Children d070f265250b
Remove extra padding around code blocks.

This causes an annoying resize of the block when the copy button is
added, but the padding isn't really needed anyway.
--- a/hugo/themes/learn/static/css/theme.css Wed Aug 21 02:31:16 2019 -0400
+++ b/hugo/themes/learn/static/css/theme.css Wed Aug 21 02:43:36 2019 -0400
@@ -900,6 +900,9 @@
overflow: auto;
position: relative;
}
+.hljs {
+ padding:0;
+}
.hljs::selection, .hljs span::selection {
background: #b7b7b7;
}