code { background: $dark; border-radius: .4rem; margin: 0 .2rem; padding: .2rem .5rem; white-space: nowrap; } pre { background-color: $background-color !important; max-width: 100%; & > code { @include shadow; display: block; padding: 1rem 1.5rem; white-space: pre; max-width: 100%; overflow-x: auto; border-left: .3rem solid $beetbox-purple; } }