mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
ae535268b2
commit
c2cd8f50c2
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user