Added date filter in search options and github banner on homepage

This commit is contained in:
Simon
2018-06-27 10:05:33 -04:00
parent b570e81bec
commit 6a3d540de2
7 changed files with 69 additions and 8 deletions

View File

@@ -215,4 +215,17 @@ a:hover {
.irs {
margin-bottom: 1em;
}
.github-banner {
position: absolute;
top: 0;
right: 0;
border: 0;
}
@media (max-width: 990px) {
.github-banner {
display: none;
}
}