commit efdbda26a25e8a8591c10623f4fd3d890e2cb2d6 parent 0f5822aab041f21fdd34177103ec10de15a00c91 Author: Beau <cbeauhilton@gmail.com> Date: Thu, 8 Dec 2022 20:21:11 -0600 scroll code boxes horizontally Diffstat:
M | site/style.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/site/style.css b/site/style.css @@ -260,6 +260,7 @@ pre { box-sizing: border-box; overflow: auto; + overflow-x: scroll; padding: 2rem; margin-left: -2rem; margin-right: -2rem;