.linearound:after,
.linearound:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}

.linearound {
    display: flex;
    flex-direction: row;
}

.linearound:before {
    margin-right: 10px
}

.linearound:after {
    margin-left: 10px
}

.stretched-link {
    color: inherit;
    text-decoration: inherit;
}