Tweaked boxart sizing via CSS. Added padding to game information.

This commit is contained in:
chris062689 2017-06-05 18:08:54 -04:00
parent bfe7991fc8
commit 2288bc9daf
2 changed files with 3 additions and 2 deletions

View File

@ -27,9 +27,9 @@
</div>
<h1>{{ .Title }}</h1>
<div class="row">
<div class="row" style="padding-bottom: 16px;">
<div class="col-md-5">
<img class="center-block img-responsive" style="padding-top: 6px;" src="{{ .Site.BaseURL }}images/game/boxart/{{ .Params.Banner | default (print .File.BaseFileName ".png") }}" />
<img class="center-block img-responsive compatibility-boxart" 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 -->

View File

@ -323,3 +323,4 @@ a:hover, a:focus {
/* Games Module */
.game-icon-list { }
.compatibility-boxart { width: 328px; height: 300px; }