diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css index ecf740818f..642b2ba7a5 100644 --- a/docs-assets/css/docs.css +++ b/docs-assets/css/docs.css @@ -921,7 +921,6 @@ h1[id] { */ .highlight { - display: none; /* hidden by default, until >480px */ padding: 9px 14px; margin-bottom: 14px; background-color: #f7f7f9; @@ -949,13 +948,6 @@ h1[id] { color: #bebec5; } -/* Show code snippets when we have the space */ -@media (min-width: 481px) { - .highlight { - display: block; - } -} - /* * Responsive tests