blog/static/css/custom.css
Zoness 5bdaf8a142
Some checks are pending
Deploy Hugo / build-deploy (push) Waiting to run
Custom Style: Restore mainroad-style divider on site title
2025-12-19 13:42:45 -06:00

11 lines
204 B
CSS

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