From 8314fc7dd56c16820055053b23a8103a6f70a49d Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 23 Jan 2021 20:34:55 -0600 Subject: hardware-control --- public/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'public') diff --git a/public/style.css b/public/style.css index 5a0603d..ae140ca 100644 --- a/public/style.css +++ b/public/style.css @@ -50,4 +50,17 @@ audio { img { width: 100%; +} + +table { + width: 100%; +} + +table, th, td { + border: 1px solid #969896; + border-collapse: collapse; +} + +th, td { + padding: 5px; } \ No newline at end of file -- cgit v1.2.3