From 5744493ac32c652c0c17013a08002c60ae6bc437 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 5 Oct 2019 19:43:06 -0400 Subject: [PATCH] [+] Add padding to first child --- src/pages/overall/overall-course/unread-entry/unread-entry.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/overall/overall-course/unread-entry/unread-entry.scss b/src/pages/overall/overall-course/unread-entry/unread-entry.scss index fe3c548..fce95fa 100644 --- a/src/pages/overall/overall-course/unread-entry/unread-entry.scss +++ b/src/pages/overall/overall-course/unread-entry/unread-entry.scss @@ -53,6 +53,8 @@ .unread-entry:first-child { + padding-top: 4px; + // Top shadow // https://stackoverflow.com/questions/17572619/inset-box-shadow-only-on-one-side box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);