Skip to content

Commit

Permalink
Set position of org logo img in org_view
Browse files Browse the repository at this point in the history
  • Loading branch information
abkruse committed Dec 30, 2016
1 parent cb5306f commit a885727
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions members/static/css/members.css
Original file line number Diff line number Diff line change
Expand Up @@ -2219,6 +2219,10 @@ footer.sticky-footer {
.prof-img, .edit-img, .locked-img, .org-img {
margin-left: 14%;
}

.profile-img-box {
position: relative;
}
}

@media only screen and (max-width: 400px) {
Expand Down
2 changes: 1 addition & 1 deletion members/templates/members/org_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h4>Edit Organization Picture</h4>
</div>
</div>

<div class='org-right-profile col s12 m8 l9'>
<div class='org-right-profile col s8 m8 l9'>
<div class='org-info'>
<h3 class='oswald col s10' style='margin-bottom:1%;'>{{ organization.name }}</h3>
<div>
Expand Down

0 comments on commit a885727

Please sign in to comment.