Added 0.75em margin-bottom to LP-Paragraph.
This commit is contained in:
parent
b755f7f45e
commit
20a735d2ec
@ -556,7 +556,8 @@ body {
|
|||||||
font-family: Crimson, Times, serif;
|
font-family: Crimson, Times, serif;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0; }
|
margin: 0;
|
||||||
|
margin-bottom: 0.75em; }
|
||||||
|
|
||||||
.LP-Icon {
|
.LP-Icon {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
@ -4,15 +4,15 @@
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="LP-TextSection__Text">
|
<div class="LP-TextSection__Text">
|
||||||
<p class="LP-Paragraph">
|
<p class="LP-Paragraph">Welcome
|
||||||
Welcome
|
|
||||||
{% if user.is_authenticated %}
|
{% if user.is_authenticated %}
|
||||||
{{ user.username }}
|
{{ user.username }}
|
||||||
{% else %}
|
{% else %}
|
||||||
explorer
|
explorer
|
||||||
{% endif %}
|
{% endif %}
|
||||||
! </P>
|
!</p>
|
||||||
|
|
||||||
<p class="LP-Paragraph">{% lorem %}</p>
|
<p class="LP-Paragraph">{% lorem %}</p>
|
||||||
|
<p class="LP-Paragraph">{% lorem %}</p>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user