-  Display stats on homepage
This commit is contained in:
Daniel Mason 2021-03-30 16:45:31 +13:00
parent 038823055a
commit 7ae9a0cd66
Signed by: idanoo
GPG key ID: 387387CDBC02F132
6 changed files with 55 additions and 43 deletions

View file

@ -0,0 +1,14 @@
.homeBanner {
margin-top: 30px;
width: 100%;
}
.homeBannerItem {
float: left;
text-align: center;
width: 25%;
}
.homeBannerItemCount {
font-size: 22pt;
}