Minor width fix

This commit is contained in:
reverend 2020-08-09 23:43:57 +02:00
parent 6d69fb6c29
commit 9c85c44d2b

View File

@ -7,7 +7,7 @@
.LP-LinkList__Item{
border-left: 1px solid $-light-brown;
width: 100%;
width: calc(100% - 1px);
margin-top: 12px;
.LP-Link{