Tweaked boxart sizing via CSS. Added padding to game information.
This commit is contained in:
parent
bfe7991fc8
commit
2288bc9daf
|
@ -27,9 +27,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>{{ .Title }}</h1>
|
<h1>{{ .Title }}</h1>
|
||||||
<div class="row">
|
<div class="row" style="padding-bottom: 16px;">
|
||||||
<div class="col-md-5">
|
<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>
|
||||||
<div class="col-md-7">
|
<div class="col-md-7">
|
||||||
<!-- Metadata information -->
|
<!-- Metadata information -->
|
||||||
|
|
|
@ -323,3 +323,4 @@ a:hover, a:focus {
|
||||||
|
|
||||||
/* Games Module */
|
/* Games Module */
|
||||||
.game-icon-list { }
|
.game-icon-list { }
|
||||||
|
.compatibility-boxart { width: 328px; height: 300px; }
|
||||||
|
|
Reference in New Issue