mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +02:00
Remove non-breaking space, limit title width
This commit is contained in:
parent
793da58a32
commit
e61bc52128
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block form_page_title %}
|
{% block form_page_title %}
|
||||||
<span class="display-flex flex-align-start" >
|
<span class="display-flex flex-align-start maxw-mobile-lg">
|
||||||
<img
|
<img
|
||||||
class= "margin-right-105"
|
class= "margin-right-105"
|
||||||
src="{%static 'img/registrar/dotgov_review_magnify.svg' %}"
|
src="{%static 'img/registrar/dotgov_review_magnify.svg' %}"
|
||||||
alt=""
|
alt=""
|
||||||
width="72"
|
width="72"
|
||||||
/>
|
/>
|
||||||
<h1> Review and submit your domain request </h1>
|
<h1> Review and submit your domain request </h1>
|
||||||
</span>
|
</span>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue