summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-01-23 20:34:55 -0600
committerBlaise Thompson <blaise@untzag.com>2021-01-23 20:34:55 -0600
commit8314fc7dd56c16820055053b23a8103a6f70a49d (patch)
tree4e85f5343bdac66a8f0cb7257a507608e0e713e3 /public
parent910c22d071e0f2c0748f172b7318147e8a45201f (diff)
hardware-control
Diffstat (limited to 'public')
-rw-r--r--public/style.css13
1 files changed, 13 insertions, 0 deletions
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