forked from GitHub/gf-core
Page uses available width better, no jumping margins
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user