diff --git a/assets/css/index.css b/assets/css/index.css index 0156a75..67abfc6 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -176,10 +176,6 @@ div.social-links > a { text-align: left; } -pre.highlight { - overflow: scroll; -} - @media only screen and (max-width: 900px) { .card { min-width: unset; diff --git a/assets/css/post.css b/assets/css/post.css index 7753755..403c318 100644 --- a/assets/css/post.css +++ b/assets/css/post.css @@ -144,6 +144,10 @@ footer > a { margin-top: 20px; } +pre.highlight { + overflow: scroll; +} + @media only screen and (max-width: 341px) { #socials > div > a { font-size: x-small;