Show a scrollbar for source block if they're too wide

This commit is contained in:
Tom Willemse 2022-11-16 22:42:21 -08:00
parent a7ca56f5fa
commit e6a9b8a47c

View file

@ -1,5 +1,9 @@
@import "colors";
pre.src {
overflow: auto;
}
.content-wrapper {
max-width: 60rem;
margin: 0 auto;