I solved it by removing the Amp plugin.
here is the css
pre {
display: block;
position: relative;
max-width: 800px;
padding: 30px 15px;
background: #f7f7f7;
word-break: normal;
word-wrap: normal;
white-space: pre-wrap;
font-size: 1.0rem;
color: #656565;
border-left: 10px solid #ccc;
border-right: 10px solid #ccc;
}
pre code {
padding: 0;
color: #3f3b36;
word-wrap: normal;
background-color: transparent;
font-size: 1rem;
}