We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48fbec commit e3bad38Copy full SHA for e3bad38
assets/js/ad.js
@@ -46,7 +46,6 @@ function showAd(id, baseUrl) {
46
const img = document.createElement('img');
47
img.src = baseUrl + '/assets/ads/' + ad.img;
48
img.style.width = '728px';
49
- img.style.height = '90px';
50
img.style.borderRadius = '5px';
51
img.style.border = 'solid 1px black';
52
0 commit comments