From 8426cc6ccdd973e573666383bad68db4a63a93f4 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 12 Oct 2019 10:10:31 +0200 Subject: [PATCH] fixed inclusion of Duo CSS --- lam/style/650_duo.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lam/style/650_duo.css diff --git a/lam/style/650_duo.css b/lam/style/650_duo.css new file mode 100644 index 00000000..465b9166 --- /dev/null +++ b/lam/style/650_duo.css @@ -0,0 +1,7 @@ +#duo_iframe { + width: 100%; + min-width: 304px; + max-width: 620px; + height: 330px; + background: transparent; +} \ No newline at end of file