firstboot: Use bootstrap for logo styling

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2020-12-18 13:24:32 -08:00 committed by Veiko Aasa
parent ae535268b2
commit c2cd8f50c2
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -11,19 +11,10 @@
no-brand
{% endblock %}
{% block page_head %}
<style type="text/css">
img.firstboot {
display: block;
max-width: 100%;
}
</style>
{% endblock %}
{% block content %}
<div class="logo">
<img class="firstboot" src="{% static 'theme/img/freedombox-logo-standard.svg' %}"
alt="{{ box_name }}" />
<img class="firstboot img-fluid" alt="{{ box_name }}"
src="{% static 'theme/img/freedombox-logo-standard.svg' %}"/>
</div>
<form class="form text-center" method="post">