Improved image cards

This commit is contained in:
thepaperpilot 2016-09-28 22:13:10 -05:00
parent c80b3dd8ee
commit b8dccaf46f
3 changed files with 8 additions and 2 deletions

View file

@ -10,6 +10,7 @@ title: Black Hat
.centerimages img {
width: 30%;
display: inline-block;
margin: unset;
}
</style>
> by Anthony Lawn

View file

@ -3,6 +3,6 @@ layout: default
title: NaN
cards: [NaN, NaN Screenshot 1, NaN Screenshot 2, NaN Screenshot 3]
links: ["Source Code|https://github.com/thepaperpilot/NaN", "Store Page|https://thepaperpilot.itch.io/nan"]
tags: [python, game, jam]
tags: [python, pygame, game, jam]
---
A game made in 48 hours for the 3rd Annual Chillenium at Texas A&M University. It was made by Anthony Lawn and Grant Barbee. The theme was "foofaraw", which basically means to make a big deal about nothing.

View file

@ -135,9 +135,14 @@ table {
margin: auto;
}
img {
.card img {
margin: auto;
display: block;
margin: -20px;
margin-top: -35px;
margin-bottom: -35px;
width: calc( 100% + 40px);
max-width: unset;
}
.collection {