1
0
forked from GitHub/gf-core

Page uses available width better, no jumping margins

This commit is contained in:
John J. Camilleri
2018-11-28 21:51:16 +01:00
parent 83abaa9b44
commit 6278deb7a2
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ $for(header-includes)$
$endfor$ $endfor$
</head> </head>
<body> <body>
<div class="container my-5"> <div class="container-fluid my-5" style="max-width:1200px">
$if(title)$ $if(title)$
<header id="title-block-header"> <header id="title-block-header">

View File

@@ -15,7 +15,7 @@
</style> </style>
</HEAD> </HEAD>
<BODY> <BODY>
<div class="container my-5"> <div class="container-fluid my-5" style="max-width:1200px">
<P ALIGN="center"> <P ALIGN="center">
<CENTER> <CENTER>

View File

@@ -14,7 +14,7 @@
</head> </head>
<body> <body>
<div class="container"> <div class="container-fluid" style="max-width:1200px">
<div class="m-4 text-center"> <div class="m-4 text-center">
<img style="height:250px" src="doc/Logos/gf1.svg" alt="GF Logo"> <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"> <a href="lib/doc/synopsis/index.html" class="btn btn-primary mb-2">
<i class="fab fa-readme mr-1"></i> <i class="fab fa-readme mr-1"></i>
RGL Library Synopsis RGL Synopsis
</a> </a>
</div> </div>