From 15ce0ffcd3df4b1efb4ac7d4e1ec2adc9f04f912 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Thu, 7 Feb 2019 19:00:15 +0000 Subject: [PATCH] Added gradations of autofocus and fixed Firefox resizing issue --- index.html | 5 ++++- static/style.css | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e2b28d1f..df36b0a1 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,10 @@

- + Autofocus: + + +

diff --git a/static/style.css b/static/style.css index fa84ec8f..5f34e379 100644 --- a/static/style.css +++ b/static/style.css @@ -17,6 +17,9 @@ body { } /* Create columns that float next to each other */ +.row { + height: 100%; +} .column { padding: 10px; height: 100%;