Saut de lignes

This commit is contained in:
Le Libre Au Quotidien 2020-11-02 18:51:00 +01:00
parent d9e288b81e
commit 47b1616d46
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,9 @@ $icons-padding: 5px;
#status{
height:80px;
}
.description{
white-space: pre;
}
.buttons::after{
content:"Aller";
}

View File

@ -4,7 +4,7 @@
<img width="200px" src="/storage/{{ $content->img }}" alt="{{ $content->name }} Logo">
<h3>{{ $content->name }}</h3>
<p>{{ $content->description }}</p>
<p class="description">{{ $content->description }}</p>
<p class="licence">{{ $content->licence }}</p>
<p>Créateur(s) / Mainteneur Principal : </p>
@foreach (json_decode($content->creator, true) as $creator)