Tweaked layout of boxart on game page.
This commit is contained in:
parent
2c3bbeaaf5
commit
00648ed975
|
@ -29,7 +29,7 @@
|
|||
<h1>{{ .Title }}</h1>
|
||||
<div class="row">
|
||||
<div class="col-md-5">
|
||||
<img class="center-block img-responsive" style="height: 300px;" src="{{ .Site.BaseURL }}images/game/boxart/{{ .Params.Banner | default (print .File.BaseFileName ".png") }}" />
|
||||
<img class="center-block img-responsive" style="padding-top: 6px;" src="{{ .Site.BaseURL }}images/game/boxart/{{ .Params.Banner | default (print .File.BaseFileName ".png") }}" />
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
<!-- Metadata information -->
|
||||
|
|
Reference in New Issue