Added a class for fixing onboarding logo's size

Added a CSS class for fixing the onboarding logo's size to a reasonable dimension (about 3rem).
This commit is contained in:
officialkzhang 2022-01-27 00:22:50 -05:00 committed by GitHub
parent 91f085c876
commit 13edeffb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
<div class="modal-card is-fullwidth">
<header class="modal-card-head">
<img
class="image logo mr-2"
class="image logo mr-2 icon is-large"
src="{% if site.logo_small %}{% get_media_prefix %}{{ site.logo_small }}{% else %}{% static "images/logo-small.png" %}{% endif %}"
aria-hidden="true"
alt="{{ site.name }}"