From 39d5790161d12f1266de03e961095f4d5c149a91 Mon Sep 17 00:00:00 2001 From: Tom Reece Date: Sun, 7 Feb 2016 19:26:32 -0600 Subject: [PATCH] Also make page width 100% --- pucadd.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pucadd.js b/pucadd.js index 8c3ec16..090a2bc 100644 --- a/pucadd.js +++ b/pucadd.js @@ -1,6 +1,7 @@ $('#frm_search').hide(); +$('#wrap').width('100%'); $('.search-results').width('100%'); -$('.search-results').prepend('

You are using PucAdd 1.0

Now you can simply click a card to add it to your Haves list.

https://github.com/tomreece/pucadd

'); +$('.search-results').prepend('

You are using PucAdd 1.1

Now you can simply click a card to add it to your Haves list.
Use your browser\'s zoom controls to make the cards even smaller if you\'d like!

https://github.com/tomreece/pucadd

'); var resizeAndRebind = function () { $('.card-image img').css('max-width', 160);