From f96d4cbf17c92d64361950abbd232ddea367f5e0 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Tue, 5 Nov 2019 22:19:17 -0800 Subject: [PATCH] =?UTF-8?q?Make=20the=20article=20header=20(detail=20view)?= =?UTF-8?q?=20closer=20to=20the=20navbar=20=E2=80=94=20spacing=20looks=20b?= =?UTF-8?q?etter=20this=20way.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iOS/Resources/styleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Resources/styleSheet.css b/iOS/Resources/styleSheet.css index fcf18608d..36a3ae90f 100644 --- a/iOS/Resources/styleSheet.css +++ b/iOS/Resources/styleSheet.css @@ -1,5 +1,5 @@ body { - margin-top: 20px; + margin-top: 3px; margin-bottom: 20px; margin-left: 20px; margin-right: 20px;