commit f855bdd0a45a8b7cb5512a257e4c77868b229704 parent f77df2d75581678178a6eb347d213a35403c4d56 Author: Jake Bauer <jbauer@paritybit.ca> Date: Fri, 29 Mar 2019 23:30:55 -0400 Change .episode to .wrap so the class is more general Diffstat:
M | build/base.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build/base.css b/build/base.css @@ -73,7 +73,7 @@ ul.inline { font-weight: bold; } -.episode { +.wrap { display: inline-block; max-width: 49%; }