Hallo,
ich musste den Code etwas neu sortieren, damit die Linie so aussieht wie bei den Modul- und Beitragsüberschriften, aber jetzt sieht es genau gleich aus.
hr{
position:relative;
}
hr::after{
border-bottom: 3px solid rgba(112, 0, 0, 0.9);
bottom: 0;
content: "";
height: 1px;
left: 0;
margin-bottom: 1px;
padding-bottom: 1px;
position: absolute;
width: 30px;
}
Please Log in or Create an account to join the conversation.