Add scissors styling
This commit is contained in:
parent
023c93da87
commit
7585dac297
1 changed files with 13 additions and 0 deletions
|
@ -782,6 +782,19 @@ h6 {
|
|||
padding: 0 0 4vw 0; /* Leave space for pic */
|
||||
}
|
||||
|
||||
/* Snipette styles
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
.post-full-content hr {
|
||||
border: 0;
|
||||
height: 3rem;
|
||||
display: block;
|
||||
background-image: url('https://media.snipettemag.com/manual-uploads/snip-grey-small.png');
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
/* Index
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
|
|
Loading…
Reference in a new issue