Custom Style: Restore mainroad-style divider on site title
Some checks are pending
Deploy Hugo / build-deploy (push) Waiting to run
Some checks are pending
Deploy Hugo / build-deploy (push) Waiting to run
This commit is contained in:
parent
5fdac367c5
commit
5bdaf8a142
10
static/css/custom.css
Normal file
10
static/css/custom.css
Normal 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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user