Centre a pseudo element line
footer p:after { content: ""; position: absolute; width: 130px; height: 1px; bottom: 0; left: calc(50% - 65px); border-bottom: 1px solid #546d78; }