Fixed non-link services displaying as links

This commit is contained in:
Ethan N. Paul
2018-02-03 03:56:08 -05:00
parent c9d094e88a
commit 28e0eadd85
2 changed files with 33 additions and 14 deletions

View File

@@ -541,6 +541,24 @@ body.mobile-nav-active #mobile-nav-toggle {
color: white;
}
#network .service-icon-no-link {
float: left;
background-color: #fff;
padding: 16px;
border-radius: 50%;
transition: 0.5s;
border: 1px solid black;
}
#network .service-icon-no-link i {
color: #000;
font-size: 24px;
}
#network .service-item:hover .service-title a {
color: #1a82d8;
}
#network .service-title {
margin-left: 80px;
font-weight: 700;