Skip to content

Commit

Permalink
Fix calendar-key styling (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
aih authored May 5, 2021
1 parent 07ba81e commit bbe08ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server_py/flatgov/templates/home/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ <h1 style="display: inline;">Search</h1>
<div id="calendar"></div>
<div style="clear:both"></div>

<div class="" id="">
<div class="card card-body d-flex flex-row" id="calendar-key">
<div class="card card-body d-flex flex-row" >
<div class="mr-5">Calendar key</div>
</div>
<div class="card card-body" id="calendar-key">
</div>
</div>
<div class="my-5"></div>
Expand Down

0 comments on commit bbe08ee

Please sign in to comment.