Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
fix: Update logo dimensions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Jul 28, 2020
1 parent faf93bd commit 4753fd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbgrader/server_extensions/formgrader/templates/base.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</div>
<div class="col-md-2">
<div class="pull-right jupyter-logo">
<svg width="440" height="440" viewBox="0 0 440 440" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="110" height="110" viewBox="0 0 440 440" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="440" height="440" fill="white"/>
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="67" y="12" width="294" height="416">
<path d="M67 12H360.333V427.001H67V12Z" fill="white"/>
Expand Down Expand Up @@ -90,4 +90,4 @@
</div>
{%- block script -%}
{%- endblock -%}
</body>
</body>

0 comments on commit 4753fd5

Please sign in to comment.