Skip to content

Commit

Permalink
Merge pull request barryclark#40 from russdreamer/master
Browse files Browse the repository at this point in the history
Fix a bug and enhanced posts list view. Well tested on all platforms.
  • Loading branch information
sujaykundu777 authored Jun 4, 2020
2 parents eecde77 + 5ebd80d commit 6a4ceaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _includes/algolia_search.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
}

.ais-hits--item{
float:left;
width: 100%;
float: left;
}
.ais-hits__empty{
margin-left: 25%;
}
#search-container{
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion _sass/devlopr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ header {
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
width: 45%;
height: auto;
margin: 20px !important;
margin: 20px auto !important;
}

.blog-post:hover {
Expand Down

0 comments on commit 6a4ceaf

Please sign in to comment.