From b78a9f2dcfce3f8e5f3a2bb04cfd55349d833805 Mon Sep 17 00:00:00 2001 From: Tyler K Date: Sat, 19 Oct 2024 08:46:44 -0700 Subject: [PATCH] CSS Improvements for Demo_Gen (#5715) Adjusts bootstrap and JS to allow for better scaling based on device width, as well as allowing for text wrapping. --- tutorials/web-demo/public/index.html | 1 + tutorials/web-demo/public/template.html | 3 ++- tutorials/web-demo/src/js/index.mjs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tutorials/web-demo/public/index.html b/tutorials/web-demo/public/index.html index 6c53fde7c4a..4d4c36ed1c4 100644 --- a/tutorials/web-demo/public/index.html +++ b/tutorials/web-demo/public/index.html @@ -5,6 +5,7 @@ Diplomat Demo Generation Example +
diff --git a/tutorials/web-demo/public/template.html b/tutorials/web-demo/public/template.html index cf0a612ebbb..c8cb7bfad6f 100644 --- a/tutorials/web-demo/public/template.html +++ b/tutorials/web-demo/public/template.html @@ -5,6 +5,7 @@ Rendering Function +
@@ -14,7 +15,7 @@