From 454bdbe59884c53d409cc21ecab289820954b5d4 Mon Sep 17 00:00:00 2001 From: Jeremy Karst Date: Tue, 14 Jan 2025 23:22:49 -0500 Subject: [PATCH] More optimizations --- compose.yaml | 2 +- web_content/howto.html | 2 +- web_content/index.html | 9 ++++++++- web_content/privacy.html | 2 +- web_content/verification.html | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/compose.yaml b/compose.yaml index 819a2fe..7678516 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: context: . dockerfile: osg.dockerfile - image: osg:26 # <--automate this number change to trigger stack redeploy. + image: osg:27 # <--automate this number change to trigger stack redeploy. environment: DOCKER: "true" diff --git a/web_content/howto.html b/web_content/howto.html index a879777..0a8d7d2 100644 --- a/web_content/howto.html +++ b/web_content/howto.html @@ -1,4 +1,4 @@ - + How To Use - Open Signature Generator diff --git a/web_content/index.html b/web_content/index.html index 999946d..40901e3 100644 --- a/web_content/index.html +++ b/web_content/index.html @@ -1,4 +1,4 @@ - + Open Signature Generator @@ -28,6 +28,13 @@ margin: 100px auto 20px auto; padding: 40px; } + .document-content { + position: absolute; + width: calc(100% - 80px); + bottom: 100px; + line-height: 1.5; + font-size: 1em; + } .controls { margin: 20px auto; padding: 10px 20px; diff --git a/web_content/privacy.html b/web_content/privacy.html index 313a3cb..0fe9095 100644 --- a/web_content/privacy.html +++ b/web_content/privacy.html @@ -1,4 +1,4 @@ - + Privacy Policy - Open Signature Generator diff --git a/web_content/verification.html b/web_content/verification.html index b97216d..d33d3e9 100644 --- a/web_content/verification.html +++ b/web_content/verification.html @@ -1,4 +1,4 @@ - + Open Signature Generator