Skip to content

Commit

Permalink
Added a contact link
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed Jul 16, 2018
1 parent 2b04523 commit 9e04598
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
flex-wrap: wrap;
}

.other-books span{
display: flex;
flex-wrap: wrap;
}

.other-books img{
margin-top: 10px;
margin-left: 5px;
margin-right: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
border: 1px solid;
border-color: black;
}

.contact-top{
float: right;
}
1 change: 1 addition & 0 deletions docs/_templates/breadcrumbs.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@


{% block breadcrumbs_aside %}
<a href="mailto:hello@agiliq.com" target="_blank" class="btn contact-top">hello@agiliq.com</a>
{% endblock %}

0 comments on commit 9e04598

Please sign in to comment.