From f6d9ea10e270a1f25ec89f76dd56f752a6900954 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 18 Apr 2020 19:13:10 +0800 Subject: [PATCH] Optimized the home page layout. for tablet and above --- assets/css/home.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/home.scss b/assets/css/home.scss index ba55a4d..c3bd701 100644 --- a/assets/css/home.scss +++ b/assets/css/home.scss @@ -112,6 +112,11 @@ /* Sidebar is visible */ @media all and (min-width: 831px) { + + #post-list { + margin-top: 1.5rem; + } + .pagination { font-size: .85rem; }