Custom Style: Restore mainroad-style divider on site title
Some checks are pending
Deploy Hugo / build-deploy (push) Waiting to run

This commit is contained in:
Zoness 2025-12-19 13:42:45 -06:00
parent 5fdac367c5
commit 5bdaf8a142

10
static/css/custom.css Normal file
View File

@ -0,0 +1,10 @@
/* Site title - homepage header container */
.header__container::after {
content: '';
display: block;
width: 100%;
height: 4px;
background: #e22d30;
margin: 15px auto 0;
border-radius: 0;
}