Skip to content

Commit

Permalink
fix: Fix logo image to adjust column
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Dec 31, 2024
1 parent df77e1a commit 9086662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/atsphinx/bulma/themes/bulma_basic/sidebar/logo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- if logo_url %}
<aside class="container m-2">
<figure class="image mx-auto {{ theme_logo_class }}">
<img src="{{ logo_url }}" >
<figure class="image mx-auto {{ theme_logo_class }}" style="max-width: 100%; max-height: 100%;">
<img src="{{ logo_url }}" alt="">
</figure>
<p class="my-2">
{{ theme_logo_description }}
Expand Down

0 comments on commit 9086662

Please sign in to comment.