✨feature: Style single post template
This commit is contained in:
@@ -3,3 +3,16 @@
|
||||
.social-icons svg {
|
||||
@apply bg-transparent fill-white rounded-full block;
|
||||
}
|
||||
|
||||
.post-title h1 {
|
||||
@apply mb-8 text-cwc-blue-01 leading-none;
|
||||
|
||||
&::after {
|
||||
background: var(--color-secondary);
|
||||
content: "";
|
||||
display: block;
|
||||
height: 4px;
|
||||
margin-top: 0.45rem;
|
||||
width: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user