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 /bin | |
| parent | 83abaa9b4491d078c4131f1eaee275cc4bfa6e35 (diff) | |
Page uses available width better, no jumping margins
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/_template.html | 2 |
1 files changed, 1 insertions, 1 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"> |
