From 575f71514e0be4fd95647af9c1f00b87e35d8963 Mon Sep 17 00:00:00 2001 From: Shreyas Mayya Date: Mon, 11 Apr 2022 15:55:04 -0400 Subject: [PATCH] fix(destinations): don't let images fill the screen --- tjdests/static/bios.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tjdests/static/bios.css b/tjdests/static/bios.css index 17ec44b..7a385a5 100644 --- a/tjdests/static/bios.css +++ b/tjdests/static/bios.css @@ -102,3 +102,11 @@ small#count { float: right; text-align: right; } + +img { + width: 100%; +} + +td { + overflow-wrap: break-word; +}