More optimizations

This commit is contained in:
Jeremy Karst 2025-01-14 23:22:49 -05:00
parent b81a33ba42
commit 454bdbe598
5 changed files with 12 additions and 5 deletions

View file

@ -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"

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html lang="en">
<html>
<head>
<title>How To Use - Open Signature Generator</title>

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html lang="en">
<head>
<title>Open Signature Generator</title>
<meta name="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;

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html lang="en">
<html>
<head>
<title>Privacy Policy - Open Signature Generator</title>

View file

@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html lang="en">
<head>
<title>Open Signature Generator</title>
<meta name="Open Signature Generator" />