Load matches after page load

This commit is contained in:
Jonathan Cremin 2014-12-23 00:35:17 +00:00
parent a2148dc00a
commit 874c3c162c
7 changed files with 140 additions and 25 deletions

View file

@ -138,7 +138,13 @@ h3 {
margin-bottom: 10px;
}
.not-found {
opacity: 0.3;
opacity: 0.5;
}
.loading {
position: absolute;
top: 33%;
left: 33%;
width: 33%;
}
.service-link {
text-align: center;