Add link cards to homepage

This commit is contained in:
2014-07-12 20:06:42 -04:00
parent d3274a8be9
commit e030713d82
7 changed files with 79 additions and 1 deletions

View File

@@ -351,3 +351,36 @@ blockquote p {
margin-top: 0;
}
}
.link-card {
text-align: center;
text-decoration: none;
}
.link-card img {
max-width: 64px;
max-height: 64px;
}
.mobile-half {
padding: 0;
float: left;
width: 50%;
}
@media (min-width: 40rem) {
.mobile-half {
padding: 0;
}
}
a.no-decoration {
color: #444;
}
a.no-decoration:visited {
color: #444;
}
a.no-decoration:hover {
color: #444;
text-decoration: none;
}