diff --git a/src/styles/app.css b/src/styles/app.css index fed0092..8188516 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -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 /* ---------------------------------------------------------- */