Compare commits

..

No commits in common. "7739cd0f5cf16eadc70b091605217f24e3233e93" and "6453a056477b6ad827517efcf38363759f94bc64" have entirely different histories.

3 changed files with 3 additions and 4 deletions

View File

@ -8,7 +8,6 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.LP-LinkList__Item{ .LP-LinkList__Item{
border: none; border: none;
padding: 5px; padding: 5px;

View File

@ -1,7 +1,7 @@
<article class="LP-Footer"> <article class="LP-Footer">
<ul class="LP-LinkList__List"> <ul class="LP-LinkList__List">
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">impress</span></a></li> <li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Impressum</span></a></li>
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">contact</span></a></li> <li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Kontakt</span></a></li>
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">privacy policy</span></a></li> <li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Datenschutz</span></a></li>
</ul> </ul>
</article> </article>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 KiB