diff --git a/themes/default/mdEmbeds.css b/themes/default/mdEmbeds.css index 3eb715b..3f92dea 100644 --- a/themes/default/mdEmbeds.css +++ b/themes/default/mdEmbeds.css @@ -27,7 +27,8 @@ a.navicurrent { background: #D6D6D6; } * This class also builds the base for other tiles. */ -div.objTile { display: inline-block; width: 200px; border: 1px solid #D6D6D6; text-align: center; +div.objTile { display: inline-block; width: 200px; border: 1px solid #D6D6D6; + vertical-align: top; text-align: center; transition: background .4s, box-shadow .4s; } div.objTile > div { position: relative; padding: .5em .5em 1.5em .5em; } div.objTile h4 { margin: 0; padding: 0 .5em; text-align: center; }