More optimizations
This commit is contained in:
parent
b81a33ba42
commit
454bdbe598
5 changed files with 12 additions and 5 deletions
|
@ -5,7 +5,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: osg.dockerfile
|
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:
|
environment:
|
||||||
DOCKER: "true"
|
DOCKER: "true"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html lang="en">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>How To Use - Open Signature Generator</title>
|
<title>How To Use - Open Signature Generator</title>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Open Signature Generator</title>
|
<title>Open Signature Generator</title>
|
||||||
<meta name="Open Signature Generator" />
|
<meta name="Open Signature Generator" />
|
||||||
|
@ -28,6 +28,13 @@
|
||||||
margin: 100px auto 20px auto;
|
margin: 100px auto 20px auto;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
}
|
}
|
||||||
|
.document-content {
|
||||||
|
position: absolute;
|
||||||
|
width: calc(100% - 80px);
|
||||||
|
bottom: 100px;
|
||||||
|
line-height: 1.5;
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
.controls {
|
.controls {
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html lang="en">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Privacy Policy - Open Signature Generator</title>
|
<title>Privacy Policy - Open Signature Generator</title>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Open Signature Generator</title>
|
<title>Open Signature Generator</title>
|
||||||
<meta name="Open Signature Generator" />
|
<meta name="Open Signature Generator" />
|
||||||
|
|
Loading…
Reference in a new issue