Add horizontal tile scrolling for wide fixed-width content (code, pre, etc)

This commit is contained in:
Skylar Ittner 2018-02-16 12:33:54 -07:00
parent 4353022588
commit fb4466dc23

View File

@ -33,6 +33,7 @@
.tile { .tile {
margin: 5px; margin: 5px;
overflow-x: auto;
} }
.tile-html { .tile-html {