Added 0.75em margin-bottom to LP-Paragraph.

This commit is contained in:
Marcus Scholz 2020-09-02 23:13:54 +02:00
parent b755f7f45e
commit 20a735d2ec
2 changed files with 5 additions and 4 deletions

View File

@ -556,7 +556,8 @@ body {
font-family: Crimson, Times, serif;
font-size: 1.2rem;
padding: 0;
margin: 0; }
margin: 0;
margin-bottom: 0.75em; }
.LP-Icon {
height: 20px;

View File

@ -4,15 +4,15 @@
</header>
<div class="LP-TextSection__Text">
<p class="LP-Paragraph">
Welcome
<p class="LP-Paragraph">Welcome
{% if user.is_authenticated %}
{{ user.username }}
{% else %}
explorer
{% endif %}
! </P>
!</p>
<p class="LP-Paragraph">{% lorem %}</p>
<p class="LP-Paragraph">{% lorem %}</p>
</div>
</article>