summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/_template.html2
-rw-r--r--doc/gf-refman.html2
-rw-r--r--index.html4
3 files changed, 4 insertions, 4 deletions
diff --git a/bin/_template.html b/bin/_template.html
index 115683a73..abbd462d8 100644
--- a/bin/_template.html
+++ b/bin/_template.html
@@ -29,7 +29,7 @@ $for(header-includes)$
$endfor$
</head>
<body>
-<div class="container my-5">
+<div class="container-fluid my-5" style="max-width:1200px">
$if(title)$
<header id="title-block-header">
diff --git a/doc/gf-refman.html b/doc/gf-refman.html
index 687e3e490..d052787f4 100644
--- a/doc/gf-refman.html
+++ b/doc/gf-refman.html
@@ -15,7 +15,7 @@
</style>
</HEAD>
<BODY>
-<div class="container my-5">
+<div class="container-fluid my-5" style="max-width:1200px">
<P ALIGN="center">
<CENTER>
diff --git a/index.html b/index.html
index e7dd297b6..6c79ec1cf 100644
--- a/index.html
+++ b/index.html
@@ -14,7 +14,7 @@
</head>
<body>
-<div class="container">
+<div class="container-fluid" style="max-width:1200px">
<div class="m-4 text-center">
<img style="height:250px" src="doc/Logos/gf1.svg" alt="GF Logo">
@@ -55,7 +55,7 @@
<a href="lib/doc/synopsis/index.html" class="btn btn-primary mb-2">
<i class="fab fa-readme mr-1"></i>
- RGL Library Synopsis
+ RGL Synopsis
</a>
</div>