diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index 020dfce..005f484 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -156,8 +156,16 @@ img { margin-right: 50px; } -.yamm-item { - min-height: 100px; +.yamm1 { + max-width: 900px; +} + +.yamm2 { + max-width: 675px; +} + +.yamm3 { + max-width: 300px; } /*! @@ -207,7 +215,7 @@ window.onload = function () { var start = true; var count = 1; } else if (start === true && count < 5 && h[i]["Hours"] === "Closed" ) { - document.getElementById('hours' + count).innerHTML = "

" + targetDate.toLocaleDateString("en-US", options_weekday) + "
" + targetDate.toLocaleDateString("en-US", options_date) + "

" + h[i]["Hours"] + "

" + document.getElementById('hours' + count).innerHTML = "

" + targetDate.toLocaleDateString("en-US", options_weekday) + "
" + targetDate.toLocaleDateString("en-US", options_date) + "

" + h[i]["Hours"] + "

" count++; } else if (start === true && count < 5 && h[i]["Hours"] != "Closed") { document.getElementById('hours' + count).innerHTML = "

" + targetDate.toLocaleDateString("en-US", options_weekday) + "
" + targetDate.toLocaleDateString("en-US", options_date) + "

" + h[i]["Hours"] + "

" diff --git a/groups/new-homepage-3/homepage3-template.html b/groups/new-homepage-3/homepage3-template.html index f4729fc..97c803c 100644 --- a/groups/new-homepage-3/homepage3-template.html +++ b/groups/new-homepage-3/homepage3-template.html @@ -18,7 +18,7 @@