mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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
|
no-brand
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block page_head %}
|
|
||||||
<style type="text/css">
|
|
||||||
img.firstboot {
|
|
||||||
display: block;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img class="firstboot" src="{% static 'theme/img/freedombox-logo-standard.svg' %}"
|
<img class="firstboot img-fluid" alt="{{ box_name }}"
|
||||||
alt="{{ box_name }}" />
|
src="{% static 'theme/img/freedombox-logo-standard.svg' %}"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form class="form text-center" method="post">
|
<form class="form text-center" method="post">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user