diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index 1bb1d6d..6516b9e 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -86,12 +86,26 @@ img { /* style the hours */ .hours { - text-align:right; - border-top: solid white 0px !important; + text-align:center; } -.date { - border-top: solid white 0px !important; +.padding-0 { + padding-left: 5px; + padding-right: 5px; + flex:1 1 auto; + display: flex; +} + +.equal { + display: -webkit-box; + display: -moz-box; + display: -ms-flexbox; + display: -webkit-flex; + display: flex; +} + +.panel { + flex:1 0 100%; } /* style the yamm menu */ @@ -127,25 +141,28 @@ img { /* End of Yamm */ + + diff --git a/groups/new-homepage-3/homepage3-template.html b/groups/new-homepage-3/homepage3-template.html index c8b681f..42e0c5b 100644 --- a/groups/new-homepage-3/homepage3-template.html +++ b/groups/new-homepage-3/homepage3-template.html @@ -134,20 +134,48 @@