diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2018-11-28 21:51:16 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@johnjcamilleri.com> | 2018-11-28 21:51:16 +0100 |
| commit | 6278deb7a206ed8b0e9660eac3633a6ae7572783 (patch) | |
| tree | b502489138244b2fcc9bc621bcfac2bac4db4dc9 /index.html | |
| parent | 83abaa9b4491d078c4131f1eaee275cc4bfa6e35 (diff) | |
Page uses available width better, no jumping margins
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |
