From 7585dac2976330948127c56981d07bd0cdc87a53 Mon Sep 17 00:00:00 2001 From: Hippo Date: Sun, 29 Sep 2019 09:28:14 +0530 Subject: [PATCH] Add scissors styling --- src/styles/app.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 /* ---------------------------------------------------------- */