-
-
Notifications
You must be signed in to change notification settings - Fork 775
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crowdfunding: hiring logo and layout
- Loading branch information
1 parent
9befa27
commit 14bda0d
Showing
3 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,20 +39,21 @@ | |
</div> | ||
|
||
<div class="col-12 col-lg-9 col-xl-10 body"> | ||
<div class="container-fluid" id="bounties"> | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
pinkiebell
Author
Contributor
|
||
<div class="container" id="bounties"> | ||
<div id="dashboard-title" class="hidden"> | ||
{% include 'shared/search_bar.html' %} | ||
<div class="row mt-2 mb-2"> | ||
<div class="col-12 offset-lg-1 col-lg-10 title-row"> | ||
<div class="col-12 col-md-4"> | ||
<span id="filter" class="font-title"></span> | ||
<span id="matches" class="font-body"></span> | ||
</div> | ||
<div class="col-12 col-md-8 bounty-info" id="funding-info"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-12 col-lg-11 title-row"> | ||
<div class="col-12 col-md-4"> | ||
<span id="filter" class="font-title"></span> | ||
<span id="matches" class="font-body"></span> | ||
</div> | ||
<div class="col-12 col-md-8 bounty-info" id="funding-info"> | ||
</div> | ||
</div> | ||
<div style="clear: right;"></div> | ||
<div class="row loading justify-content-center align-items-center loading_img"> | ||
<img src="{% static "v2/images/loading_v2.gif" %}"> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#2367
this caused this layout issue... was this intentional?
@pinkiebell @thelostone-mc