diff --git a/custom/public/css/git.openi.css b/custom/public/css/git.openi.css index 8b2654dd7..341f9e56c 100644 --- a/custom/public/css/git.openi.css +++ b/custom/public/css/git.openi.css @@ -25,6 +25,7 @@ .am-pt-30{ padding-top: 3.0rem !important;} .am-pl-30{ padding-left: 3.0rem !important;} .am-pl-50{ padding-left: 5.0em !important;} +.am-ml-10{ margin-left: 1.0rem !important;} .am-ml-30{ margin-left: 3.0rem !important;} .am-pr-30{ padding-right: 3.0rem !important;} .am-mr-30{ margin-right: 3.0rem !important;} @@ -264,7 +265,7 @@ min-height: 9.38em; } .homepro-list .ui.card>.content>.header{ - line-height: 40px; + line-height: 40px !important; } .homepro-list .swiper-pagination-bullet-active{ diff --git a/public/home/home.js b/public/home/home.js index cb647c43a..39793a29d 100644 --- a/public/home/home.js +++ b/public/home/home.js @@ -363,7 +363,7 @@ function displayRepo(json){ html += "
"; html += "
"; html += " "; - html += " " + record["NumStars"] + "" + record["NumForks"]; + html += " " + record["NumStars"] + "" + record["NumForks"]; html += " "; html += " "; html += " " + record["Name"] +"";