-
{{page.title}}
+ {{page.title}}
diff --git a/css/custom.css b/css/custom.css
index 3e1c8383..eb7b5532 100644
--- a/css/custom.css
+++ b/css/custom.css
@@ -84,12 +84,16 @@ a:hover {
.upcoming {
padding: 10px;
}
-.upcoming-media img {
+.upcoming-media {
+ width: 100px;
height: 60px;
float: left;
margin-right: 10px;
margin-left: 4px;
}
+.upcoming-media img {
+ width:100%;
+}
.site-header {
background: #fff;
}
@@ -225,6 +229,9 @@ a:hover {
color: #000;
padding: 4px;
}
+.call-for-talks{
+ height: 1600px;
+}
.footer {
margin-top: 10px;
background: #fff;
@@ -261,6 +268,7 @@ a:hover {
.footer li img {
height: 40px;
}
+
.picbook .album-title {
display:none;
}
diff --git a/js/custom.js b/js/custom.js
index 2d27fd9d..53bf4aa8 100644
--- a/js/custom.js
+++ b/js/custom.js
@@ -9,6 +9,7 @@ $(document).ready(function() {
});
$(".artist-media img").imagefill();
+ $(".upcoming-media img").imagefill();
var rnd = Math.floor(Math.random() * 6);